|
|
|
@ -15,8 +15,12 @@ |
|
|
|
|
<div> |
|
|
|
|
<button class="button_highlight" |
|
|
|
|
ng-click="saveQueryAs(queryName)" |
|
|
|
|
ng-disabled="modalSaveForm.$invalid">Save</button> |
|
|
|
|
<button class="button" ng-click="modal.closeMe()">Cancel</button> |
|
|
|
|
ng-disabled="modalSaveForm.$invalid"> |
|
|
|
|
{{ I18n.t('js.modals.button_save') }} |
|
|
|
|
</button> |
|
|
|
|
<button class="button" ng-click="modal.closeMe()"> |
|
|
|
|
{{ I18n.t('js.modals.button_cancel') }} |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|