File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
<div class="tabs">
48
48
<div class="tab">
49
- <input name="agent-information" type="radio" id="pod-details" class="checkboxtab pod-details">
49
+ <input name="agent-information" type="radio" id="pod-details" class="checkboxtab pod-details" checked >
50
50
<label for="pod-details">Pod Details</label>
51
51
<dl class="content">
52
52
<dt>Pod Name:</dt>
98
98
</div>
99
99
100
100
<div class="tab">
101
- <input name="agent-information" type="radio" id="agent-details" class="checkboxtab agent-details"
102
- checked>
101
+ <input name="agent-information" type="radio" id="agent-details" class="checkboxtab agent-details">
103
102
<label for="agent-details">GoCD Agent Details</label>
104
103
<dl class="content">
105
104
<dt>Name:</dt>
162
161
</table>
163
162
</dl>
164
163
</div>
164
+
165
+ <div class="tab">
166
+ <input name="agent-information" type="radio" id="pod-logs" class="checkboxtab">
167
+ <label for="pod-logs">Logs</label>
168
+ <dl class="content"> ${ logs !} </dl>
169
+ </div>
170
+
171
+ <div class="tab">
172
+ <input name="agent-information" type="radio" id="pod-configuration" class="checkboxtab">
173
+ <label for="pod-configuration">Configuration</label>
174
+ <dl class="content"> ${ configuration !} </dl>
175
+ </div>
165
176
</div>
166
177
</div>
167
178
</div>
You can’t perform that action at this time.
0 commit comments