/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.js | 17 Constants, $interval, $q, $timeout, toastService) { argument 72 toastService.error('Image failed to activate.'); 104 toastService.error('Unable to activate image'); 114 toastService.error('Unable to activate image'); 121 toastService.success('BMC is rebooting.') 169 toastService.error( 184 toastService.success( 235 toastService.error( 260 toastService.success('Download complete'); 265 toastService.error( [all …]
|
H A D | snmp-controller.js | 14 function($scope, $window, APIUtils, $route, $q, toastService) { argument 34 toastService.error('Unable to load SNMP settings.'); 68 toastService.error('Cannot save. Please resolve errors on page.'); 106 toastService.success('SNMP settings have been saved.'); 109 toastService.error('Unable to set SNMP Managers.');
|
H A D | date-time-controller.js | 14 function($scope, APIUtils, $route, $q, toastService, $timeout) { argument 105 toastService.success('Date and time settings saved'); 109 toastService.error( 142 toastService.success('Date and time settings saved'); 146 toastService.error(
|
H A D | network-controller.js | 17 toastService) { argument 102 toastService.error( 111 toastService.error( 119 toastService.error( 157 toastService.success('Network settings saved'); 162 toastService.error('Network settings could not be saved');
|
/openbmc/phosphor-webui/app/server-health/directives/ |
H A D | remote-logging-server.js | 11 function($scope, $uibModal, toastService) { 91 toastService.success( 98 toastService.error( 109 toastService.success( 115 toastService.error( 127 toastService.success( 132 toastService.error(
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.js | 13 function($scope, APIUtils, toastService, $q) { 61 toastService.success( 65 toastService.error('Failed to create new group.'); 94 toastService.success( 98 toastService.error('Failed to edit group.'); 125 toastService.success( 129 toastService.error('Failed to remove group.'); 170 toastService.success( 174 toastService.error('Failed to remove groups.');
|
H A D | certificate.js | 13 function($scope, APIUtils, toastService, Constants, $uibModal) { 82 toastService.success( 90 toastService.error( 101 toastService.error( 119 toastService.success( 127 toastService.error(
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.js | 16 $scope, APIUtils, dataService, Constants, $interval, $q, toastService, argument 90 toastService.error( 124 toastService.error( 148 toastService.error( 176 toastService.error( 297 toastService.error('Unable to get boot override values.'); 314 toastService.error('Unable to get TPM policy status.'); 345 toastService.success('Successfully updated boot settings.'); 348 toastService.error('Unable to save boot settings.'); 369 toastService.success( [all …]
|
H A D | power-usage-controller.js | 14 function($scope, $window, APIUtils, $route, $q, toastService) { argument 52 toastService.error( 65 toastService.success('Power cap settings saved'); 68 toastService.error('Power cap settings could not be saved');
|
H A D | bmc-reboot-controller.js | 14 function($scope, $window, APIUtils, dataService, toastService) { argument 33 toastService.success('BMC is rebooting.') 37 toastService.error('Unable to reboot BMC.');
|
H A D | server-led-controller.js | 14 function($scope, $window, $route, APIUtils, dataService, toastService) { argument 42 toastService.error(
|
H A D | virtual-media-controller.js | 16 $scope, $cookies, APIUtils, toastService, dataService, argument
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 14 function($scope, APIUtils, toastService, $uibModal, $q) { argument 83 toastService.error('Failed to load users.'); 127 toastService.success(`User '${username}' has been created.`); 131 toastService.error(`Failed to create new user '${username}'.`); 149 toastService.success('User has been updated successfully.') 176 toastService.success(message); 186 toastService.error(message); 213 toastService.success(message); 225 toastService.error(message); 246 toastService.success( [all …]
|
H A D | ldap-controller.js | 14 function($scope, APIUtils, $q, toastService) { argument 110 toastService.success('Successfully updated LDAP settings.'); 117 toastService.error('Unable to update all LDAP settings.'); 123 toastService.error('Unable to update LDAP settings.'); 148 toastService.success('Successfully disabled LDAP.'); 153 toastService.error('Unable to update LDAP settings.');
|
H A D | certificate-controller.js | 16 $scope, APIUtils, $q, Constants, toastService, $timeout, $uibModal) { argument 48 toastService.error('Failed to load certificates.'); 76 toastService.error('Failed to load certificates.'); 83 toastService.error('Certificate must be a .pem file.'); 91 toastService.success( 98 toastService.error( 180 toastService.error('Unable to generate CSR. Try again.');
|
/openbmc/phosphor-webui/app/profile-settings/controllers/ |
H A D | profile-settings-controller.js | 15 function($scope, APIUtils, dataService, toastService) { argument 30 () => toastService.success( 34 toastService.error('Unable to update password.')
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 38 import toastService from './common/services/toastService.js';
|