mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 23:03:24 +00:00
Remove extra customize button
The customize button was redundant to the custom tab This could lead to confusion with the user experience, so the additional button has been removed. Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
fd39f99125
commit
a6c9e3bb30
@ -162,9 +162,6 @@
|
||||
<md-button ng-click="closeDialog()" class="md-secondary">
|
||||
Close Dialog
|
||||
</md-button>
|
||||
<md-button ng-if="selectedFunc" ng-click="customizeStoreFunc()" class="md-warn">
|
||||
Customize
|
||||
</md-button>
|
||||
<md-button ng-disabled="userForm.$invalid" ng-click="createFunc()" class="md-primary">
|
||||
Deploy
|
||||
</md-button>
|
||||
|
Reference in New Issue
Block a user