mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-11-04 04:07:49 +00:00 
			
		
		
		
	Multiple UI cleanups + TraceModalWidget created
This commit is contained in:
		@@ -106,6 +106,7 @@ const DeviceCommands = () => {
 | 
			
		||||
          <CCollapse show={collapse}>
 | 
			
		||||
            <CRow style={{ marginBottom: '10px' }}>
 | 
			
		||||
              <CCol>
 | 
			
		||||
                From:
 | 
			
		||||
                <DatePicker
 | 
			
		||||
                  selected={start === '' ? new Date() : new Date(start)}
 | 
			
		||||
                  value={start === '' ? new Date() : new Date(start)}
 | 
			
		||||
@@ -115,6 +116,7 @@ const DeviceCommands = () => {
 | 
			
		||||
                />
 | 
			
		||||
              </CCol>
 | 
			
		||||
              <CCol>
 | 
			
		||||
                To:
 | 
			
		||||
                <DatePicker
 | 
			
		||||
                  selected={end === '' ? new Date() : new Date(end)}
 | 
			
		||||
                  value={end === '' ? new Date() : new Date(end)}
 | 
			
		||||
@@ -146,7 +148,7 @@ const DeviceCommands = () => {
 | 
			
		||||
                            toggleDetails(index);
 | 
			
		||||
                          }}
 | 
			
		||||
                        >
 | 
			
		||||
                          {details.includes(index) ? 'Hide' : 'Show'}
 | 
			
		||||
                          <CIcon name="cilList" size="lg" />
 | 
			
		||||
                        </CButton>
 | 
			
		||||
                      </td>
 | 
			
		||||
                    ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user