mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
use consistent skin for password inputs
This commit is contained in:
parent
42e0b96638
commit
4d2e522290
@ -298,7 +298,7 @@ define(function(require, exports, module) {
|
||||
childNodes = [
|
||||
new ui.label({ width : width, maxwidth: maxwidth, caption: name + ":" }),
|
||||
new ui.password({
|
||||
//skin : "codebox",
|
||||
skin: skins.textbox || "searchbox",
|
||||
width: options.width || widths.password,
|
||||
value: options.path
|
||||
? createBind(options.path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user