Skip to content

Commit

Permalink
Merge pull request #10 from owilliams320/label-fixes
Browse files Browse the repository at this point in the history
updated labels
  • Loading branch information
JoshSchoen authored Mar 30, 2024
2 parents e65183d + a500e73 commit 8e7b94f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export class AppComponent {
path: ['/environments', this.sectionName, 'compute-groups'],
icon: 'compute_cluster_group',
covalentIcon: true,
label: 'Compute groups',
label: 'Compute profiles',
},
{
path: ['/environments', this.sectionName, 'users'],
Expand Down
2 changes: 1 addition & 1 deletion src/app/create-compute/create-compute.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
icon="arrow_back"
></cv-icon-button>
<div style="display: flex; flex-direction: column; max-width: 600px;">
<cv-typography style="padding-top: 6px;" scale="headline5">Create compute group</cv-typography>
<cv-typography style="padding-top: 6px;" scale="headline5">Create compute profile</cv-typography>
<cv-typography style="padding-top: 6px; white-space: normal;" scale="body2">Use compute profiles to manage compute groups and control costs.</cv-typography>
<cv-typography style="padding-top: 6px; white-space: normal;" scale="body2">A compute profile is a scaling policy for compute capacity. You can create multiple compute profiles for different times of the day or week for different workloads.</cv-typography>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/environment/backups/backups.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<cv-tab label="Restore points"> </cv-tab>
<cv-tab label="Restore jobs"> </cv-tab>
</cv-tab-bar>
<cv-button (:click)="onCreateBackup()" color="primary" class="hidden-small" label="Create backup" slot="actionItems" raised></cv-button>
<cv-button (:click)="onCreateBackup()" color="primary" class="hidden-small" label="Create backup plan" slot="actionItems" raised></cv-button>
</cv-toolbar>
<div style="padding: 0px 24px 24px 24px;" >
<img src="assets/placeholder-content/backups.png" style="max-width: 1320px; width: 100%; margin: 0 auto; display: block;"/>
Expand Down
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>

0 comments on commit 8e7b94f

Please sign in to comment.