New Credentials dialog

Fixes #279
This commit is contained in:
Joseph Schorr 2016-04-29 19:37:35 -04:00
parent 972e4be811
commit 08d7b4babe
23 changed files with 1290 additions and 630 deletions

View file

@ -3846,6 +3846,21 @@ i.rocket-icon {
height: 16px;
}
i.kubernetes-icon {
background-image: url(/static/img/kubernetes.svg);
background-size: 16px;
width: 16px;
height: 16px;
background-position-y: -4px;
}
i.mesos-icon {
background-image: url(/static/img/mesos.svg);
background-size: 16px;
width: 16px;
height: 16px;
}
.external-notification-view-element {
margin: 10px;
padding: 6px;