Sha256: 11d7680319b312aa104554bd0333e85670cfa0baf9efbef4820cc74ab8470c9d

Contents?: true

Size: 494 Bytes

Versions: 83

Compression:

Stored size: 494 Bytes

Contents

<div ng-show="workingMode">
  <i class="fa fa-spinner inline-icon fa-spin"></i>
  <span translate>Working</span>
</div>

<button class="btn btn-primary"
        translate
        ng-click="save()"
        ng-disabled="disableSave || bstEditForm.$invalid"
        ng-show="editMode && !workingMode">
  Save
</button>

<button class="btn btn-default"
        translate
        ng-click="cancel()"
        ng-show="editMode && !workingMode"
        ng-disabled="disableCancel">
  Cancel
</button>

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
bastion-6.1.21 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.20 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.19 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.18 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.17 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.16 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.15 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.14 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.13 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.12 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.11 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.10 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.9 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.8 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.7 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.6 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.5 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.4 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.3 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html