Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Aug 7, 2017
1 parent 168ecf9 commit 2312a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/state.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>{{path}}</h1>
</div>
<!-- Resource details view -->
<div class="row" ng-if="display.details && details.modules[selectedmod].resources[selectedres]">
<h2 class="node-title">{{(details.modules[selectedmod].path == 'root') ? "" : details.modules[selectedmod].path.replace('root/', '') + "."}}{{details.modules[selectedmod].resources[selectedres].type}}.{{details.modules[selectedmod].resources[selectedres].name}}</h2>
<h2 class="node-title">{{(details.modules[selectedmod].path == 'root') ? "" : details.modules[selectedmod].path.replace('root/', '') + "."}}{{details.modules[selectedmod].resources[selectedres].name}}</h2>
<div class="panel-group">
<div class="panel panel-info">
<div class="panel-heading">
Expand Down

0 comments on commit 2312a79

Please sign in to comment.