Skip to content

Commit

Permalink
r0b08x [chore] 5/20/2024, 3:17:22 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 20, 2024
1 parent bef1ef0 commit 474a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/layout/p3xr-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<p3xr-button ng-if="$root.p3xr.state.connection" ui-sref="main.statistics"
p3xr-label="$root.p3xr.strings.intention.main" p3xr-md-icon="home"></p3xr-button>

<p3xr-button ui-sref="console"
<p3xr-button ui-sref="console" ng-if="$root.p3xr.state.connection"
p3xr-label="$root.p3xr.strings.intention.console" p3xr-md-icon="keyboard"></p3xr-button>
<p3xr-button ng-if="!$root.p3xr.state.failed" ui-sref="settings"
p3xr-label="$root.p3xr.strings.intention.settings" p3xr-md-icon="settings"></p3xr-button>
Expand Down

0 comments on commit 474a17f

Please sign in to comment.