From a8bab7addc1f4979f129f4ffc93d51e6f0bdbe4e Mon Sep 17 00:00:00 2001 From: kurilova Date: Wed, 17 Apr 2024 08:06:18 +0000 Subject: [PATCH] Fix mac_address validation --- .../devices/device-repository.component.html | 34 +++++++++---------- .../device-repository.component.spec.ts | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/ui/src/app/pages/devices/device-repository.component.html b/modules/ui/src/app/pages/devices/device-repository.component.html index efd61fc2e..6dc585f5e 100644 --- a/modules/ui/src/app/pages/devices/device-repository.component.html +++ b/modules/ui/src/app/pages/devices/device-repository.component.html @@ -30,21 +30,21 @@

Devices

- - -
- -
-
+ +
+ +
+
- - - + + + + diff --git a/modules/ui/src/app/pages/devices/device-repository.component.spec.ts b/modules/ui/src/app/pages/devices/device-repository.component.spec.ts index dc6279081..98c923d91 100644 --- a/modules/ui/src/app/pages/devices/device-repository.component.spec.ts +++ b/modules/ui/src/app/pages/devices/device-repository.component.spec.ts @@ -136,7 +136,7 @@ describe('DeviceRepositoryComponent', () => { device: null, title: 'Create device', testModules: MOCK_TEST_MODULES, - devices: [], + devices: [device, device, device], }, autoFocus: true, hasBackdrop: true,