forked from vmware-archive/admiral
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layout enhancements for Deployments/Pods/Services views.
Change-Id: I271f8d1b86e6e819bf9ff7bb78e0558821ff9ac0 Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/36024 Upgrade-Verified: jenkins <[email protected]> Closures-Verified: jenkins <[email protected]> CS-Verified: jenkins <[email protected]> Bellevue-Verified: jenkins <[email protected]> Reviewed-by: Iveta Ilieva <[email protected]>
- Loading branch information
Showing
9 changed files
with
99 additions
and
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
.deployment-title { | ||
display: inline; | ||
margin-left: 10px; | ||
} | ||
|
||
.deployment-summary { | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
.pod-title { | ||
display: inline; | ||
margin-left: 10px; | ||
} | ||
|
||
.pod-summary { | ||
|
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
24 changes: 14 additions & 10 deletions
24
ui/ng-app/src/app/kubernetes/services/details/service-details.component.scss
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,12 +1,16 @@ | ||
// Copyright (c) 2018 VMware, Inc. All Rights Reserved. | ||
// This software is released under MIT license. | ||
// The full license information can be found in LICENSE in the root directory of this project. | ||
|
||
service-details { | ||
.table { | ||
th, td { | ||
text-align: left; | ||
.service-title { | ||
display: inline; | ||
margin-left: 10px; | ||
} | ||
|
||
.table { | ||
margin-bottom: 24px; | ||
} | ||
} | ||
} | ||
} | ||
.service-summary { | ||
margin-top: 20px; | ||
} | ||
|
||
.summary-subsection-content-row .left-column { | ||
width: 350px; | ||
} |
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