mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 00:33:25 +00:00
* Added function store feature to the "Deploy New Function"
* This feature fetches function catalogs from openfaas/store and makes one-click deploy easy * You can switch between "From Store" or "Manually" by tabs * Added icon to "Deploy New Function" button * Added function search feature to the main UI Signed-off-by: Ken Fukuyama <kenfdev@gmail.com> reverted fixed tabs Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
This commit is contained in:
13
gateway/assets/style/bootstrap.css
vendored
13
gateway/assets/style/bootstrap.css
vendored
@ -54,3 +54,16 @@ md-input-container .md-errors-spacer {
|
||||
color: red;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
.primary-item .md-list-item-inner{
|
||||
color: rgb(63,81,181);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
span.md-avatar {
|
||||
font-weight: bold;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
background-color: #1398D6;
|
||||
color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user