mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-31 23:00:51 +03:00
Merge pull request #213 from itdoginfo/fix/diagnostic
fix: correct luci-version displaying
This commit is contained in:
@@ -922,7 +922,8 @@ async function updateDiagnostics() {
|
|||||||
'luci-version',
|
'luci-version',
|
||||||
document.createTextNode(
|
document.createTextNode(
|
||||||
`${main.PODKOP_LUCI_APP_VERSION}`
|
`${main.PODKOP_LUCI_APP_VERSION}`
|
||||||
),
|
)
|
||||||
|
);
|
||||||
|
|
||||||
safeExec(
|
safeExec(
|
||||||
'/usr/bin/podkop',
|
'/usr/bin/podkop',
|
||||||
|
|||||||
Reference in New Issue
Block a user