mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-03 17:15:06 +01:00 
			
		
		
		
	Add fallback case to nodeInfo
This commit is contained in:
		@@ -102,6 +102,19 @@
 | 
			
		||||
          Shared
 | 
			
		||||
        </Button>
 | 
			
		||||
      </InputGroup>
 | 
			
		||||
    <!-- Fallback -->
 | 
			
		||||
    {:else if nodeJobsData.jobs.count >= 1}
 | 
			
		||||
      <InputGroup>
 | 
			
		||||
        <InputGroupText>
 | 
			
		||||
          <Icon name="circle-fill"/>
 | 
			
		||||
        </InputGroupText>
 | 
			
		||||
        <InputGroupText>
 | 
			
		||||
          Status
 | 
			
		||||
        </InputGroupText>
 | 
			
		||||
        <Button color="success" disabled>
 | 
			
		||||
          Allocated Jobs
 | 
			
		||||
        </Button>
 | 
			
		||||
      </InputGroup>
 | 
			
		||||
    {:else}
 | 
			
		||||
      <InputGroup>
 | 
			
		||||
        <InputGroupText>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user