mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +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
4
gateway/assets/script/bootstrap.js
vendored
4
gateway/assets/script/bootstrap.js
vendored
@ -282,10 +282,6 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$interval', '$f
|
||||
|
||||
$scope.selectedFunc = func;
|
||||
}
|
||||
|
||||
$scope.customizeStoreFunc = function() {
|
||||
$scope.selectedTabIdx = CUSTOM_DEPLOY_TAB_INDEX;
|
||||
}
|
||||
|
||||
$scope.onTabSelect = function(idx) {
|
||||
newFuncTabIdx = idx;
|
||||
|
Reference in New Issue
Block a user