* 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:
Ken Fukuyama
2017-11-30 00:27:27 +09:00
committed by Alex Ellis
parent a0460693f5
commit aba3a8ca2d
10 changed files with 236 additions and 67 deletions

View File

@ -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;
}