mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 01:42:19 +00:00
Version 2.5.13
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ucentral-client",
|
||||
"version": "2.5.12",
|
||||
"version": "2.5.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ucentral-client",
|
||||
"version": "2.5.12",
|
||||
"version": "2.5.13",
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^3.4.0",
|
||||
"@coreui/icons": "^2.0.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ucentral-client",
|
||||
"version": "2.5.12",
|
||||
"version": "2.5.13",
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^3.4.0",
|
||||
"@coreui/icons": "^2.0.1",
|
||||
|
||||
@@ -63,19 +63,20 @@ const DeviceStatusCard = ({
|
||||
<CSpinner className={styles.spinner} />
|
||||
</div>
|
||||
<CRow>
|
||||
<CCol sm="5" lg="5" xl="4" style={{ maxHeight: '180px' }}>
|
||||
<CCol md="5" lg="5" xl="4" className="text-center bg-light">
|
||||
<img
|
||||
style={{ maxHeight: '250px', maxWidth: '100%' }}
|
||||
src={`assets/devices/${deviceConfig?.compatible}.png`}
|
||||
alt="Image not found"
|
||||
onError={(e) => {
|
||||
e.target.onerror = null;
|
||||
e.target.src = 'assets/NotFound.png';
|
||||
}}
|
||||
height="100%"
|
||||
height="auto"
|
||||
width="auto"
|
||||
/>
|
||||
</CCol>
|
||||
<CCol sm="7" lg="7" xl="8" className="border-left">
|
||||
<CCol md="7" lg="7" xl="8" className="border-left">
|
||||
<CRow>
|
||||
<CCol className="mb-1" md="4" xl="4">
|
||||
{t('status.connection_status')}:
|
||||
|
||||
Reference in New Issue
Block a user