Project

General

Profile

« Previous | Next » 

Revision c180f2bb

Added by Walden Raines about 10 years ago

Replace occurrences of .btn-danger with .btn-default.

View differences:

engines/bastion/app/assets/javascripts/bastion/systems/details/views/system-details.html
modal-header='Remove System "{{system.name}}"?'
modal-body='Are you sure you want to remove system "{{ system.name }}"?'></div>
<button class="btn btn-danger" ng-disabled="system.readonly" ng-click="openModal()" translate>Remove System</button>
<button class="btn btn-default" ng-disabled="system.readonly" ng-click="openModal()" translate>Remove System</button>
<button class="btn btn-default" ui-sref="systems.index">
<i class="icon-remove"></i>
{{ "Close" | translate }}

Also available in: Unified diff