-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-133331: Remove failover status from signin page (#11266)
- Loading branch information
Showing
100 changed files
with
1,165 additions
and
2,669 deletions.
There are no files selected for viewing
14 changes: 4 additions & 10 deletions
14
src/app/pages/signin/disconnected-message/disconnected-message.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,11 +1,5 @@ | ||
<div class="fake-icon">?</div> | ||
@if (hasFailover()) { | ||
<p> | ||
{{ 'Waiting for Active TrueNAS controller to come up...' | translate }} | ||
</p> | ||
} @else { | ||
<p> | ||
{{ 'Connecting to TrueNAS' | translate }} | ||
{{ '... Make sure the TrueNAS system is powered on and connected to the network.' | translate }} | ||
</p> | ||
} | ||
<p> | ||
{{ 'Connecting to TrueNAS' | translate }} | ||
{{ '... Make sure the TrueNAS system is powered on and connected to the network.' | translate }} | ||
</p> |
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
20 changes: 0 additions & 20 deletions
20
src/app/pages/signin/failover-status/failover-status.component.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/app/pages/signin/failover-status/failover-status.component.scss
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
src/app/pages/signin/failover-status/failover-status.component.spec.ts
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
src/app/pages/signin/failover-status/failover-status.component.ts
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.