mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
Replace Analysis with Status view in Homepage
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
<th>Running Jobs</th>
|
<th>Running Jobs</th>
|
||||||
<th>Total Jobs</th>
|
<th>Total Jobs</th>
|
||||||
{{if .User.HasRole .Roles.admin}}
|
{{if .User.HasRole .Roles.admin}}
|
||||||
|
<th>Status View</th>
|
||||||
<th>System View</th>
|
<th>System View</th>
|
||||||
<th>Analysis View</th>
|
|
||||||
{{end}}
|
{{end}}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
<td>{{.ID}}</td>
|
<td>{{.ID}}</td>
|
||||||
<td><a href="/monitoring/jobs/?cluster={{.ID}}&state=running">{{.RunningJobs}} jobs</a></td>
|
<td><a href="/monitoring/jobs/?cluster={{.ID}}&state=running">{{.RunningJobs}} jobs</a></td>
|
||||||
<td><a href="/monitoring/jobs/?cluster={{.ID}}">{{.TotalJobs}} jobs</a></td>
|
<td><a href="/monitoring/jobs/?cluster={{.ID}}">{{.TotalJobs}} jobs</a></td>
|
||||||
|
<td><a href="/monitoring/status/{{.ID}}">Status View</a></td>
|
||||||
<td><a href="/monitoring/systems/{{.ID}}">System View</a></td>
|
<td><a href="/monitoring/systems/{{.ID}}">System View</a></td>
|
||||||
<td><a href="/monitoring/analysis/{{.ID}}">Analysis View</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Reference in New Issue
Block a user