add UI to edit defaults

allow setting defaults for elements in extensions' tabs
fix a problem with ESRGAN upscalers disappearing after UI reload
implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
This commit is contained in:
AUTOMATIC
2023-05-10 23:41:08 +03:00
parent 5abecea34c
commit 8aa87c564a
5 changed files with 242 additions and 125 deletions
+4
View File
@@ -414,6 +414,10 @@ table.settings-value-table td{
max-width: 36em;
}
.ui-defaults-none{
color: #aaa !important;
}
/* live preview */
.progressDiv{
position: relative;