-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Navigation progress 4 * merged app abr, top bar and tabs into one bar * improved navigation highlighting (now menu item is highlighted when, e.g., a RC is selected) * Fixed zerostate pages for RCs * Moved events tables out from tabs to just a card
- Loading branch information
Showing
39 changed files
with
284 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ | |
} | ||
|
||
.kd-zerostate-text { | ||
color: $delicate; | ||
word-break: break-all; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,32 @@ | ||
<div layout="column"> | ||
<md-content> | ||
<md-tabs md-border-bottom md-dynamic-height> | ||
<md-tab label="{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OVERVIEW_LABEL}}"> | ||
<kd-deployment-info deployment="::ctrl.deploymentDetail"></kd-deployment-info> | ||
<kd-deployment-info deployment="::ctrl.deploymentDetail"></kd-deployment-info> | ||
|
||
<kd-content-card> | ||
<kd-title>{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_TITLE}}</kd-title> | ||
<kd-content> | ||
<kd-replica-set-card-list ng-show="::ctrl.deploymentDetail.newReplicaSet.objectMeta.name" | ||
replica-set-list="::ctrl.newReplicaSetList"> | ||
</kd-replica-set-card-list> | ||
<div class="kd-zerostate-message" layout-padding | ||
ng-hide="::ctrl.deploymentDetail.newReplicaSet.objectMeta.name"> | ||
<div class="kd-zerostate-title">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_ZEROSTATE_TITLE}}</div> | ||
<div class="kd-zerostate-text">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_ZEROSTATE_TEXT}}</div> | ||
</div> | ||
</kd-content> | ||
</kd-content-card> | ||
<kd-content-card> | ||
<kd-title>{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_TITLE}}</kd-title> | ||
<kd-content> | ||
<kd-replica-set-card-list ng-show="::ctrl.deploymentDetail.newReplicaSet.objectMeta.name" | ||
replica-set-list="::ctrl.newReplicaSetList"> | ||
</kd-replica-set-card-list> | ||
<div class="kd-zerostate-message" layout-padding | ||
ng-hide="::ctrl.deploymentDetail.newReplicaSet.objectMeta.name"> | ||
<div class="kd-zerostate-title">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_ZEROSTATE_TITLE}}</div> | ||
<div class="kd-zerostate-text">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_NEW_REPLICAS_ZEROSTATE_TEXT}}</div> | ||
</div> | ||
</kd-content> | ||
</kd-content-card> | ||
|
||
<kd-content-card> | ||
<kd-title>{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_TITLE}}</kd-title> | ||
<kd-content> | ||
<kd-replica-set-card-list | ||
ng-show="::ctrl.deploymentDetail.oldReplicaSetList.replicaSets.length" | ||
replica-set-list="::ctrl.deploymentDetail.oldReplicaSetList"> | ||
</kd-replica-set-card-list> | ||
<div class="kd-zerostate-message" layout-padding | ||
ng-hide="::ctrl.deploymentDetail.oldReplicaSetList.replicaSets.length"> | ||
<div class="kd-zerostate-title">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_ZEROSTATE_TITLE}}</div> | ||
<div class="kd-zerostate-text">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_ZEROSTATE_TEXT}}</div> | ||
</div> | ||
</kd-content> | ||
</kd-content-card> | ||
</md-tab> | ||
<md-tab label="{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_EVENTS_LABEL}}"> | ||
<kd-event-card-list event-list="::ctrl.deploymentDetail.eventList"></kd-event-card-list> | ||
</md-tab> | ||
</md-tabs> | ||
</md-content> | ||
</div> | ||
<kd-content-card> | ||
<kd-title>{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_TITLE}}</kd-title> | ||
<kd-content> | ||
<kd-replica-set-card-list | ||
ng-show="::ctrl.deploymentDetail.oldReplicaSetList.replicaSets.length" | ||
replica-set-list="::ctrl.deploymentDetail.oldReplicaSetList"> | ||
</kd-replica-set-card-list> | ||
<div class="kd-zerostate-message" layout-padding | ||
ng-hide="::ctrl.deploymentDetail.oldReplicaSetList.replicaSets.length"> | ||
<div class="kd-zerostate-title">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_ZEROSTATE_TITLE}}</div> | ||
<div class="kd-zerostate-text">{{::ctrl.i18n.MSG_DEPLOYMENT_DETAIL_OLD_REPLICAS_ZEROSTATE_TEXT}}</div> | ||
</div> | ||
</kd-content> | ||
</kd-content-card> | ||
|
||
<kd-event-card-list event-list="::ctrl.deploymentDetail.eventList"></kd-event-card-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.