diff --git a/client/app/services/custom-button/custom-button.html b/client/app/services/custom-button/custom-button.html index 8388d12c8..4c6d2f4f0 100644 --- a/client/app/services/custom-button/custom-button.html +++ b/client/app/services/custom-button/custom-button.html @@ -6,7 +6,9 @@ ng-disabled="!button.enabled" ng-click="vm.invokeCustomAction(button)"> - {{ button.name }} + + {{ button.name }} + @@ -32,7 +34,9 @@ uib-tooltip="{{ button.enabled ? button.description : button.disabled_text }}" tooltip-placement="left"> - {{ button.name }} + + {{ button.name }} +