-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from owilliams320/label-fixes
updated labels
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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
4 changes: 2 additions & 2 deletions
4
src/app/environment/compute-groups/compute-groups.component.html
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,10 +1,10 @@ | ||
|
||
<cv-card actionBar outlined style="max-width: 900px; display: flex; margin: 0 auto;"> | ||
<cv-toolbar> | ||
<span slot="title">Compute groups</span> | ||
<span slot="title">Compute profiles</span> | ||
<cv-icon-button slot="actionItems" icon="menu_open"></cv-icon-button> | ||
<cv-icon-button class="hidden-large" slot="actionItems" icon="add"></cv-icon-button> | ||
<cv-button (:click)="onCreateCompute()" color="primary" class="hidden-small" label="Create compute group" slot="actionItems" raised></cv-button> | ||
<cv-button (:click)="onCreateCompute()" color="primary" class="hidden-small" label="Create compute profile" slot="actionItems" raised></cv-button> | ||
</cv-toolbar> | ||
<img src="assets/placeholder-content/compute-list.png" style="width: 100%; margin: 0 auto; display: block;"/> | ||
</cv-card> |