Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/16 16:38:21 (8 years ago)
Author:
jlodewyc
Message:

#2582 Parameterizing arrays start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts/Hubs/ProgressHubber.js

    r13827 r13834  
    2222        }
    2323    };
     24    hubber.client.dataNotSupported = function (name) {
     25        window.alert("Parameter " + name + " could not be changed for it is a fixed parameter. All changes done in this view are not saved to Hive.");
     26    }
     27    hubber.client.formatWrong = function (name, type) {
     28        window.alert("Parameter " + name + " could not be changed, the format for "+type+ " was wrong. Make sure you follow the example exactly. No changes made on Hive");
     29    }
    2430});
    2531//Adds the current loaded job to Hive.
Note: See TracChangeset for help on using the changeset viewer.