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-4.2.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.1.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-4.0.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.4.4 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.4.3 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.4.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.4.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.4.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.6 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.5 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.4 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.3 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.3.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.2.2 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.2.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.2.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.1.0 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
bastion-3.0.1 app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html