mirror of
https://github.com/myvesta/vesta
synced 2025-07-10 23:33:13 -07:00
NS = Name Server. Closes #20
This commit is contained in:
parent
401c7851ea
commit
c8c8e90435
3 changed files with 9 additions and 9 deletions
|
@ -101,7 +101,7 @@ App.HTML.Build.user_form = function (options, id) {
|
|||
$([3, 4, 5, 6, 7, 8]).each(function (i, index) {
|
||||
if (options['NS' + index].trim() != '') {
|
||||
var tpl_ns = App.Templates.get('NS_INPUT', 'user');
|
||||
tpl_ns.set(':NS_LABEL', 'NS #' + (index));
|
||||
tpl_ns.set(':NS_LABEL', 'Name Server #' + (index));
|
||||
tpl_ns.set(':NAME', options['NS' + index]);
|
||||
ns[ns.length++] = tpl_ns.finalize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue