Add support for managing sessions (#415)

* Allow node type prop in setting tile

Signed-off-by: Ajay Bura <ajbura@gmail.com>

* Update popup window max height

Signed-off-by: Ajay Bura <ajbura@gmail.com>

* Add device management setting

Signed-off-by: Ajay Bura <ajbura@gmail.com>

* Add password based login

Signed-off-by: Ajay Bura <ajbura@gmail.com>

* truncate long list of verified devices

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-03-23 18:44:38 +05:30 committed by GitHub
parent fe997d8b01
commit 005434f79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 251 additions and 7 deletions

View file

@ -1,7 +1,7 @@
@use '../../partials/dir';
.pw-model {
--modal-height: 656px;
--modal-height: 774px;
max-height: var(--modal-height) !important;
height: 100%;
}