File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 103
103
<li ng-class="{'current_tab' : currenttab == 'pod-logs' }" ng-click="currenttab='pod-logs'">
104
104
<a href="#">Logs</a>
105
105
</li>
106
+ <li ng-class="{'current_tab' : currenttab == 'pod-configuration' }" ng-click="currenttab='pod-configuration'">
107
+ <a href="#">Configuration</a>
108
+ </li>
106
109
</ul>
107
110
</div>
108
111
109
112
<div class="tab-content" ng-show="currenttab == 'pod-details'"></div>
110
- <div class="tab-content pod-logs"
111
- ng-show="currenttab == 'pod-logs'">${ logs?html?replace("\n", "<br>") !} </div>
113
+ <div class="tab-content pod-logs" ng-show="currenttab == 'pod-logs'">
114
+ ${ logs?html?replace("\n", "<br>") !}
115
+ </div>
116
+ <div class="tab-content pod-configuration" ng-show="currenttab == 'pod-configuration'">
117
+ ${ configuration?html?replace("\n", "<br>") !}
118
+ </div>
112
119
</div>
113
120
</div>
114
121
You can’t perform that action at this time.
0 commit comments