mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 09:35:07 +01:00 
			
		
		
		
	Merge branch 'master' into 40_45_82_update_roles
This commit is contained in:
		@@ -60,7 +60,12 @@
 | 
			
		||||
    </p>
 | 
			
		||||
 | 
			
		||||
    <p>
 | 
			
		||||
        {job.numNodes} <Icon name="pc-horizontal"/>
 | 
			
		||||
        {#if job.numNodes == 1}
 | 
			
		||||
            {job.resources[0].hostname}
 | 
			
		||||
        {:else}
 | 
			
		||||
            {job.numNodes}
 | 
			
		||||
        {/if}
 | 
			
		||||
        <Icon name="pc-horizontal"/>
 | 
			
		||||
        {#if job.exclusive != 1}
 | 
			
		||||
            (shared)
 | 
			
		||||
        {/if}
 | 
			
		||||
@@ -70,6 +75,8 @@
 | 
			
		||||
        {#if job.numHWThreads > 0}
 | 
			
		||||
            , {job.numHWThreads} <Icon name="cpu"/>
 | 
			
		||||
        {/if}
 | 
			
		||||
        <br/>
 | 
			
		||||
        {job.subCluster}
 | 
			
		||||
    </p>
 | 
			
		||||
 | 
			
		||||
    <p>
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
        jobs(filter: $filter, order: $sorting, page: $paging) {
 | 
			
		||||
            items {
 | 
			
		||||
                id, jobId, user, project, jobName, cluster, subCluster, startTime,
 | 
			
		||||
                duration, numNodes, numHWThreads, numAcc, walltime,
 | 
			
		||||
                duration, numNodes, numHWThreads, numAcc, walltime, resources { hostname },
 | 
			
		||||
                SMT, exclusive, partition, arrayJobId,
 | 
			
		||||
                monitoringStatus, state,
 | 
			
		||||
                tags { id, type, name }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user