|
4 | 4 | }
|
5 | 5 |
|
6 | 6 | [data-plugin-style-id="kubernetes-plugin"] .node {
|
7 |
| - border: 1px solid #d1c4e9; |
8 |
| - width: 100%; |
9 |
| - background: #fff; |
| 7 | + border: 1px solid #d1c4e9; |
| 8 | + width: 100%; |
| 9 | + background: #fff; |
10 | 10 | border-radius: 2px;
|
11 | 11 | margin-bottom: 20px;
|
12 | 12 | }
|
13 | 13 |
|
14 | 14 | [data-plugin-style-id="kubernetes-plugin"] .node-header {
|
15 |
| - background: #d1c4e9; |
16 |
| - padding: 10px; |
17 |
| - font-size: 14px; |
| 15 | + background: #d1c4e9; |
| 16 | + padding: 10px; |
| 17 | + font-size: 14px; |
18 | 18 | font-weight: 600;
|
19 |
| - cursor: pointer; |
| 19 | + cursor: pointer; |
20 | 20 | }
|
21 | 21 |
|
22 | 22 | [data-plugin-style-id="kubernetes-plugin"] .node-header .left {
|
23 |
| - float: left; |
| 23 | + float: left; |
24 | 24 | padding: 0px;
|
25 | 25 | }
|
26 | 26 |
|
|
33 | 33 | }
|
34 | 34 |
|
35 | 35 | [data-plugin-style-id="kubernetes-plugin"] .node-header span {
|
36 |
| - display: inline-block; |
37 |
| - width: 15%; |
| 36 | + display: inline-block; |
| 37 | + width: 15%; |
38 | 38 | font-size: 17px;
|
39 | 39 | }
|
40 | 40 |
|
|
43 | 43 | }
|
44 | 44 |
|
45 | 45 | [data-plugin-style-id="kubernetes-plugin"] .node table {
|
46 |
| - width: calc(100% - 40px); |
| 46 | + width: calc(100% - 40px); |
47 | 47 | min-width: 95%;
|
48 |
| - border: 1px solid #D8D8D8; |
| 48 | + border: 1px solid #D8D8D8; |
49 | 49 | font-size: 13px;
|
50 |
| - margin: 10px 20px 20px 20px; |
| 50 | + margin: 10px 20px 20px 20px; |
51 | 51 | }
|
52 | 52 |
|
53 | 53 | [data-plugin-style-id="kubernetes-plugin"] .node table thead {
|
54 | 54 | background: #D8D8D8;
|
55 | 55 | }
|
56 | 56 |
|
57 | 57 | [data-plugin-style-id="kubernetes-plugin"] .node table thead th {
|
58 |
| - padding: 10px 20px; |
| 58 | + padding: 10px 20px; |
59 | 59 | font-weight: bold;
|
60 | 60 | }
|
61 | 61 |
|
62 | 62 | [data-plugin-style-id="kubernetes-plugin"] .node table tbody tr {
|
63 |
| - border-top: 1px solid #D8D8D8; |
64 |
| - border-bottom: 1px solid #D8D8D8; |
| 63 | + border-top: 1px solid #D8D8D8; |
| 64 | + border-bottom: 1px solid #D8D8D8; |
65 | 65 | border-collapse: collapse;
|
66 | 66 | }
|
67 | 67 |
|
68 | 68 | [data-plugin-style-id="kubernetes-plugin"] .node table tbody td {
|
69 |
| - padding: 10px 20px; |
70 |
| - max-width: 190px; |
| 69 | + padding: 10px 20px; |
| 70 | + max-width: 190px; |
71 | 71 | text-overflow: ellipsis;
|
72 |
| - overflow: hidden; |
| 72 | + overflow: hidden; |
73 | 73 | }
|
74 | 74 |
|
75 | 75 | [data-plugin-style-id="kubernetes-plugin"] dl.properties {
|
76 |
| - overflow: hidden; |
77 |
| - margin: 0; |
78 |
| - font-size: 13px; |
79 |
| - display: inline-block; |
| 76 | + overflow: hidden; |
| 77 | + margin: 0; |
| 78 | + font-size: 13px; |
| 79 | + display: inline-block; |
80 | 80 | vertical-align: top;
|
81 | 81 | }
|
82 | 82 |
|
83 | 83 | [data-plugin-style-id="kubernetes-plugin"] dt {
|
84 |
| - float: left; |
85 |
| - clear: both; |
86 |
| - min-width: 230px; |
87 |
| - text-align: right; |
| 84 | + float: left; |
| 85 | + clear: both; |
| 86 | + min-width: 230px; |
| 87 | + text-align: right; |
88 | 88 | font-weight: normal;
|
89 |
| - padding: 5px 0px; |
90 |
| - margin: 0; |
| 89 | + padding: 5px 0px; |
| 90 | + margin: 0; |
91 | 91 | }
|
92 | 92 |
|
93 | 93 | [data-plugin-style-id="kubernetes-plugin"] dl.properties.inline dt {
|
94 |
| - clear: none; |
95 |
| - min-width: auto; |
| 94 | + clear: none; |
| 95 | + min-width: auto; |
96 | 96 | vertical-align: bottom;
|
97 | 97 | }
|
98 | 98 |
|
99 | 99 | [data-plugin-style-id="kubernetes-plugin"] dl.properties.inline dd, [data-plugin-style-id="kubernetes-plugin"] dl.properties.inline dt {
|
100 | 100 | padding: 0px;
|
101 |
| - height: 15px; |
| 101 | + height: 15px; |
102 | 102 | }
|
103 | 103 |
|
104 | 104 | [data-plugin-style-id="kubernetes-plugin"] dl.properties.inline dd {
|
105 | 105 | margin-right: 15px;
|
106 | 106 | }
|
107 | 107 |
|
108 | 108 | [data-plugin-style-id="kubernetes-plugin"] .node-header .hostname, [data-plugin-style-id="kubernetes-plugin"] .node-header .node-id {
|
109 |
| - min-width: 150px; |
110 |
| - max-width: 150px; |
111 |
| - overflow: hidden; |
| 109 | + min-width: 150px; |
| 110 | + max-width: 150px; |
| 111 | + overflow: hidden; |
112 | 112 | text-overflow: ellipsis;
|
113 | 113 | }
|
114 | 114 |
|
115 | 115 | [data-plugin-style-id="kubernetes-plugin"] .name {
|
116 |
| - min-width: 300px; |
117 |
| - max-width: 300px; |
118 |
| - overflow: hidden; |
| 116 | + min-width: 300px; |
| 117 | + max-width: 300px; |
| 118 | + overflow: hidden; |
119 | 119 | text-overflow: ellipsis;
|
120 | 120 | }
|
121 | 121 |
|
122 | 122 | [data-plugin-style-id="kubernetes-plugin"] dl.properties.inline dt:first-child {
|
123 |
| - min-width: auto; |
| 123 | + min-width: auto; |
124 | 124 | margin-left: 10px;
|
125 | 125 | }
|
126 | 126 |
|
|
130 | 130 | }
|
131 | 131 |
|
132 | 132 | [data-plugin-style-id="kubernetes-plugin"] dd {
|
133 |
| - float: left; |
134 |
| - padding: 5px 0px; |
| 133 | + float: left; |
| 134 | + padding: 5px 0px; |
135 | 135 | font-weight: 600;
|
136 |
| - margin: 0; |
| 136 | + margin: 0; |
137 | 137 | }
|
138 | 138 |
|
139 | 139 | [data-plugin-style-id="kubernetes-plugin"] .node .header {
|
140 | 140 | margin: 20px 0px 0px 20px;
|
141 | 141 | }
|
142 | 142 |
|
143 | 143 | [data-plugin-style-id="kubernetes-plugin"] .warning {
|
144 |
| - font-size: 13px; |
145 |
| - font-weight: 600; |
| 144 | + font-size: 13px; |
| 145 | + font-weight: 600; |
146 | 146 | margin-bottom: 10px;
|
147 |
| - border-left: 2px solid #f7bc08; |
148 |
| - padding: 10px; |
149 |
| - background: #fff; |
| 147 | + border-left: 2px solid #f7bc08; |
| 148 | + padding: 10px; |
| 149 | + background: #fff; |
150 | 150 | border-radius: 2px;
|
151 | 151 | }
|
152 | 152 | </style>
|
|
208 | 208 | <dt>Architecture</dt>
|
209 | 209 | <dd>${node.architecture!}</dd>
|
210 | 210 | </dl>
|
211 |
| - |
| 211 | + |
212 | 212 | <dl class="properties">
|
213 | 213 | <dt>Container Runtime Version</dt>
|
214 | 214 | <dd>${node.containerRuntimeVersion!}</dd>
|
|
223 | 223 | <thead>
|
224 | 224 | <tr>
|
225 | 225 | <th>Pod Name</th>
|
| 226 | + <th>Job Information</th> |
226 | 227 | <th>Image</th>
|
227 | 228 | <th>IP Address</th>
|
228 | 229 | <th>Created At</th>
|
|
234 | 235 | <#list node.pods as pod>
|
235 | 236 | <tr>
|
236 | 237 | <td>${pod.podName!}</td>
|
| 238 | + <td>${pod.jobInformation!}</td> |
237 | 239 | <td>${pod.image!}</td>
|
238 | 240 | <td>${pod.podIP!}</td>
|
239 | 241 | <td>{{ ${pod.creationTimestamp?long?c!} | date:"MMM dd, yyyy hh:mm:ss a"}}</td>
|
|
0 commit comments