Commit 9b57a83
fix: allow set and default empty server name
中文翻译中明确说明 server name 设置为空时使用主机名,但是多年来 luci 页面并不允许其设置为空。
本提交使默认值变为占位符并允许默认值为空。
fix: 21731 parent 73f4930 commit 9b57a83
File tree
2 files changed
+4
-4
lines changed- package
- luci-compat/files/luci/model/cbi/smartdns
- luci/files/root/www/luci-static/resources/view/smartdns
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments