mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Changes "Cancel" button to read "Close"
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
$scope.codeMirror = new codemirror();
|
$scope.codeMirror = new codemirror();
|
||||||
$scope.formCancel = function(){
|
$scope.formClose = function(){
|
||||||
$scope.$parent.$broadcast('awxNet-closeDetailsPanel');
|
$scope.$parent.$broadcast('awxNet-closeDetailsPanel');
|
||||||
};
|
};
|
||||||
$scope.strings = strings;
|
$scope.strings = strings;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="buttons Form-buttons" id="host_controls">
|
<div class="buttons Form-buttons" id="host_controls">
|
||||||
<button type="button" class="btn btn-sm Form-cancelButton" id="host_cancel_btn" ng-click="formCancel()"> {{strings.get('details.CANCEL')}}</button>
|
<button type="button" class="btn btn-sm Form-cancelButton" id="host_cancel_btn" ng-click="formClose()"> {{strings.get('details.CLOSE')}}</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="Networking-saveConfirmation" ng-show="saveConfirmed">
|
<div class="Networking-saveConfirmation" ng-show="saveConfirmed">
|
||||||
{{strings.get('details.SAVE_COMPLETE')}} <i class="fa fa-check-circle"></i>
|
{{strings.get('details.SAVE_COMPLETE')}} <i class="fa fa-check-circle"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user