mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-26 06:16:12 +00:00
refactor(frontend): move form-item hints from extra to tooltip
Switch reality target, node options, and WARP auto-update-IP hints from inline extra text to label tooltips for a cleaner form layout.
This commit is contained in:
@@ -12,7 +12,7 @@ func TestGetLogs_ReturnsAtMostC(t *testing.T) {
|
||||
logBufferMu.Lock()
|
||||
logBuffer = nil
|
||||
logBufferMu.Unlock()
|
||||
for i := 0; i < 5; i++ {
|
||||
for i := range 5 {
|
||||
addToBuffer("ERROR", fmt.Sprintf("m%d", i))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user