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:
Róbert Kiss
2018-05-27 02:30:41 +02:00
committed by László Monda
parent 8e20c85e07
commit ee53a0df9b
9 changed files with 161 additions and 53 deletions

View File

@@ -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,