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