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-5.1.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.1.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-6.0.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.1.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.10 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.9 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.8 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.7 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.6 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.5 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.4 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.3 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-5.0.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.3.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.3.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.2.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.2.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html