Skip to content

Commit

Permalink
NAS-131978: Instances table and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Nov 5, 2024
1 parent ff47300 commit 0862039
Show file tree
Hide file tree
Showing 92 changed files with 3 additions and 108 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
<div class="header">
<h2 class="title">
<div class="mobile-prefix">
<ix-mobile-back-button
(onClose)="onCloseMobileDetails()"
></ix-mobile-back-button>
{{ 'Details' | translate }}
</div>

<span class="prefix">{{ 'Details' | translate }}</span>
</h2>
</div>

<div class="cards">
<div class="scroll-window">
<ix-instance-devices [instance]="instance()"></ix-instance-devices>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<div class="container">
<div class="table-container">
<div class="table-header">
<h2>{{ 'Instances' | translate }}</h2>
</div>

<div class="item-search">
@if (!showMobileDetails()) {
<ix-fake-progress-bar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

.cell.actions {
justify-content: flex-end;
padding-right: 4px;
padding-right: 12px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ export class InstanceListComponent implements AfterViewInit {
return;
}

this.selectFirstApp();
this.selectFirstInstance();
}

private selectFirstApp(): void {
private selectFirstInstance(): void {
const [first] = this.instances();

if (first) {
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface changes reverted.": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/dsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/en-gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es-ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@
"Installer image file": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interfaces": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es-co.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es-mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es-ni.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es-ve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface changes reverted.": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@
"Install via YAML": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Invalid CPU configuration.": "",
"Invalid Date": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/fy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ga.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"Install via YAML": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Invalid CPU configuration.": "",
"Invalid Date": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/gd.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/hsb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/ia.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/io.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@
"Installing": "",
"Instance Configuration": "",
"Instance saved": "",
"Instances": "",
"Instances you created will automatically appear here.": "",
"Integrate Snapshots with VMware": "",
"Interface": "",
Expand Down
Loading

0 comments on commit 0862039

Please sign in to comment.