Device Cards

brings the rework inline were last efforts left off

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-04-09 21:01:12 -07:00
parent 362695af4b
commit 3cdcc742b9
12 changed files with 766 additions and 529 deletions

View File

@@ -149,7 +149,6 @@ export class VMActiveIC extends VMBaseDevice {
"session-active-ic",
this._handleActiveIC.bind(this),
);
this.updateIC();
return root;
}