mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Serverlist: Add ping indicators (#5164)
This commit is contained in:
parent
3b9ae409c7
commit
03b34cb3dd
8 changed files with 29 additions and 1 deletions
|
@ -69,6 +69,7 @@ local function get_formspec(tabview, name, tabdata)
|
|||
--favourites
|
||||
retval = retval .. "tablecolumns[" ..
|
||||
image_column(fgettext("Favorite"), "favorite") .. ";" ..
|
||||
image_column(fgettext("Ping"), "") .. ",padding=0.25;" ..
|
||||
"color,span=3;" ..
|
||||
"text,align=right;" .. -- clients
|
||||
"text,align=center,padding=0.25;" .. -- "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue