|
@@ -68,7 +68,7 @@
|
|
{{/if}}
|
|
{{/if}}
|
|
{{#if supportsFinal}}
|
|
{{#if supportsFinal}}
|
|
<a href="#" data-toggle="tooltip"
|
|
<a href="#" data-toggle="tooltip"
|
|
- {{bindAttr class=":btn :btn-small :btn-final isFinal:active hideFinalIcon:hidden" disabled="isNotEditable"}}
|
|
|
|
|
|
+ {{bindAttr class=":btn-small :btn-final isFinal:active hideFinalIcon:hidden" disabled="isNotEditable"}}
|
|
{{action "toggleFinalFlag" this target="view"}}
|
|
{{action "toggleFinalFlag" this target="view"}}
|
|
{{translateAttr data-original-title="services.service.config.final"}}>
|
|
{{translateAttr data-original-title="services.service.config.final"}}>
|
|
<i class="icon-lock"></i>
|
|
<i class="icon-lock"></i>
|
|
@@ -79,7 +79,7 @@
|
|
{{#if view.supportsHostOverrides}}
|
|
{{#if view.supportsHostOverrides}}
|
|
{{#isAccessible ADMIN}}
|
|
{{#isAccessible ADMIN}}
|
|
{{#unless this.isComparison}}
|
|
{{#unless this.isComparison}}
|
|
- <a class="btn btn-small" href="#" data-toggle="tooltip"
|
|
|
|
|
|
+ <a class="btn-small" href="#" data-toggle="tooltip"
|
|
{{action "createOverrideProperty" this target="view"}}
|
|
{{action "createOverrideProperty" this target="view"}}
|
|
{{translateAttr data-original-title="common.override"}}>
|
|
{{translateAttr data-original-title="common.override"}}>
|
|
<i class="icon-plus-sign"></i>
|
|
<i class="icon-plus-sign"></i>
|
|
@@ -90,7 +90,7 @@
|
|
{{/if}}
|
|
{{/if}}
|
|
{{#unless cantBeUndone}}
|
|
{{#unless cantBeUndone}}
|
|
{{#if isNotDefaultValue}}
|
|
{{#if isNotDefaultValue}}
|
|
- <a class="btn btn-small" href="#" data-toggle="tooltip"
|
|
|
|
|
|
+ <a class="btn-small" href="#" data-toggle="tooltip"
|
|
{{action "doRestoreDefaultValue" this target="view"}}
|
|
{{action "doRestoreDefaultValue" this target="view"}}
|
|
{{translateAttr data-original-title="common.undo"}}>
|
|
{{translateAttr data-original-title="common.undo"}}>
|
|
<i class="icon-undo"></i>
|
|
<i class="icon-undo"></i>
|
|
@@ -100,7 +100,7 @@
|
|
{{#if isRemovable}}
|
|
{{#if isRemovable}}
|
|
{{#isAccessible ADMIN}}
|
|
{{#isAccessible ADMIN}}
|
|
{{#unless this.isComparison}}
|
|
{{#unless this.isComparison}}
|
|
- <a class="btn btn-small" href="#" data-toggle="tooltip"
|
|
|
|
|
|
+ <a class="btn-small" href="#" data-toggle="tooltip"
|
|
{{action "removeProperty" this target="view"}}
|
|
{{action "removeProperty" this target="view"}}
|
|
{{translateAttr data-original-title="common.remove"}}>
|
|
{{translateAttr data-original-title="common.remove"}}>
|
|
<i class="icon-minus-sign"></i>
|
|
<i class="icon-minus-sign"></i>
|
|
@@ -118,7 +118,7 @@
|
|
{{/unless}}
|
|
{{/unless}}
|
|
{{#if isEditable}}
|
|
{{#if isEditable}}
|
|
{{#if recommendedValueExists}}
|
|
{{#if recommendedValueExists}}
|
|
- <a class="btn btn-small" href="#" data-toggle="tooltip"
|
|
|
|
|
|
+ <a class="btn-small" href="#" data-toggle="tooltip"
|
|
{{action "setRecommendedValue" this target="view"}}
|
|
{{action "setRecommendedValue" this target="view"}}
|
|
{{translateAttr data-original-title="services.service.config.setRecommendedValue"}}>
|
|
{{translateAttr data-original-title="services.service.config.setRecommendedValue"}}>
|
|
<i class="icon-repeat"></i>
|
|
<i class="icon-repeat"></i>
|