mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-01-24 02:19:05 +01:00
Update component descriptions
This commit is contained in:
parent
60d7984d66
commit
39b22267d6
@ -2,9 +2,10 @@
|
|||||||
@component Cluster Per Node List component; renders current state of SELECTABLE metrics for ALL nodes
|
@component Cluster Per Node List component; renders current state of SELECTABLE metrics for ALL nodes
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
- `cluster String`: The cluster to show status information for
|
- `cluster String`: The nodes' cluster
|
||||||
- `from Date?`: Custom Time Range selection 'from' [Default: null]
|
- `data [Object]`: The node data array for all nodes
|
||||||
- `to Date?`: Custom Time Range selection 'to' [Default: null]
|
- `selectedMetrics [String]`: The array of selected metrics
|
||||||
|
- `selectedMetrics Object`: The object of metric units
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<!--
|
<!--
|
||||||
@component Displays node info, serves link to signle node page
|
@component Displays node info, serves links to single node page and lists
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
- `job Object`: The Job Object (GraphQL.Job)
|
- `cluster String`: The nodes' cluster
|
||||||
- `jobTags [Number]?`: The jobs tags as IDs, default useful for dynamically updating the tags [Default: job.tags]
|
- `subCluster String`: The nodes' subCluster
|
||||||
|
- `cluster String`: The nodes' hostname
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
@component Data row for a single node displaying metric plots
|
@component Data row for a single node displaying metric plots
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
- `job Object`: The job object (GraphQL.Job)
|
- `cluster String`: The nodes' cluster
|
||||||
- `metrics [String]`: Currently selected metrics
|
- `nodeData Object`: The node data object including metric data
|
||||||
- `plotWidth Number`: Width of the sub-components
|
- `selectedMetrics [String]`: The array of selected metrics
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user