File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 244
244
</dl>
245
245
</div>
246
246
<div class="tab-content pod-events" ng-show="currenttab == 'pod-events'">
247
- <#if events?size != 0>
248
- <table>
249
- <thead>
250
- <tr>
251
- <th>First Seen</th>
252
- <th>Last Seen</th>
253
- <th>Count</th>
254
- <th>Path</th>
255
- <th>Type</th>
256
- <th>Reason</th>
257
- <th width="700">Message</th>
258
- </thead>
259
- </tr>
260
- <tbody>
261
- <#list events as event>
247
+ <#if events?size != 0>
248
+ <table>
249
+ <thead>
262
250
<tr>
263
- <td>${event.firstTimestamp!}</td>
264
- <td>${event.lastTimestamp!}</td>
265
- <td>${event.count!}</td>
266
- <td>${event.fieldPath!}</td>
267
- <td>${event.type!}</td>
268
- <td>${event.reason!}</td>
269
- <td>${event.message!}</td>
251
+ <th>First Seen</th>
252
+ <th>Last Seen</th>
253
+ <th>Count</th>
254
+ <th>Path</th>
255
+ <th>Type</th>
256
+ <th>Reason</th>
257
+ <th width="700">Message</th>
258
+ </thead>
270
259
</tr>
271
- </#list>
272
- </tbody>
273
- </table>
274
- <#else>
275
- <div class="warning-message">No events available for the current pod.</td>
276
- </#if>
260
+ <tbody>
261
+ <#list events as event>
262
+ <tr>
263
+ <td>${event.firstTimestamp!}</td>
264
+ <td>${event.lastTimestamp!}</td>
265
+ <td>${event.count!}</td>
266
+ <td>${event.fieldPath!}</td>
267
+ <td>${event.type!}</td>
268
+ <td>${event.reason!}</td>
269
+ <td>${event.message!}</td>
270
+ </tr>
271
+ </#list>
272
+ </tbody>
273
+ </table>
274
+ <#else>
275
+ <div class="warning-message">No events available for the current pod.</div>
276
+ </#if>
277
277
</div>
278
278
<div class="tab-content pod-logs" ng-show="currenttab == 'pod-logs'">
279
279
${ logs?html?replace("\n", "<br>") !}
You can’t perform that action at this time.
0 commit comments