|
@@ -218,7 +218,7 @@ function serviceManagementActionClickHandler( action, serviceName ) {
|
|
var confirmationDataPanel;
|
|
var confirmationDataPanel;
|
|
|
|
|
|
var confirmationDataPanelNoButton = {
|
|
var confirmationDataPanelNoButton = {
|
|
- value: 'Nah, Forget It',
|
|
|
|
|
|
+ value: 'Cancel',
|
|
action: function (e) {
|
|
action: function (e) {
|
|
e.preventDefault();
|
|
e.preventDefault();
|
|
destroyInformationalPanel(confirmationDataPanel);
|
|
destroyInformationalPanel(confirmationDataPanel);
|
|
@@ -227,7 +227,7 @@ function serviceManagementActionClickHandler( action, serviceName ) {
|
|
};
|
|
};
|
|
|
|
|
|
var confirmationDataPanelYesPanel = {
|
|
var confirmationDataPanelYesPanel = {
|
|
- value: 'Yes, I\'m Super-Duper Sure',
|
|
|
|
|
|
+ value: 'Yes',
|
|
action: function (e) {
|
|
action: function (e) {
|
|
e.preventDefault();
|
|
e.preventDefault();
|
|
performServiceManagement( action, serviceName, confirmationDataPanel );
|
|
performServiceManagement( action, serviceName, confirmationDataPanel );
|