copy dashboard to the output folder and load from the file system, instead of using embedded resources
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
var WizardStartPage = {
|
||||
|
||||
gotoNextPage: function () {
|
||||
|
||||
ApiClient.getUsers().done(function (users) {
|
||||
|
||||
if (users.length > 1) {
|
||||
|
||||
Dashboard.navigate('wizardLibrary.html');
|
||||
|
||||
} else {
|
||||
Dashboard.navigate('wizardUser.html');
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user