feat: set disable style of device name in side menu (#656)
* feat: visualise disabled state of the 'Device name' input control * fix: original value handling
This commit is contained in:
committed by
László Monda
parent
8e20c85e07
commit
ee53a0df9b
@@ -108,6 +108,7 @@ import { EditableTextComponent } from './components/editable-text/editable-text.
|
||||
import { Autofocus } from './directives/autofocus/autofocus.directive';
|
||||
import { UhkDeviceBootloaderNotActiveGuard } from './services/uhk-device-bootloader-not-active.guard';
|
||||
import { FileUploadComponent } from './components/file-upload';
|
||||
import { AutoGrowInputComponent } from './components/auto-grow-input';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -181,7 +182,8 @@ import { FileUploadComponent } from './components/file-upload';
|
||||
Autofocus,
|
||||
RestoreConfigurationComponent,
|
||||
RecoveryModeComponent,
|
||||
FileUploadComponent
|
||||
FileUploadComponent,
|
||||
AutoGrowInputComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
||||
Reference in New Issue
Block a user