mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add latest version in interface and dynamic master option
This commit is contained in:
parent
8ab281e9df
commit
1dbe57436b
3 changed files with 22 additions and 8 deletions
|
@ -73,7 +73,11 @@
|
|||
|
||||
if (mArray.openmptcprouter.version)
|
||||
{
|
||||
content += "Version " + mArray.openmptcprouter.version;
|
||||
content += "Version " + mArray.openmptcprouter.version.replace(/\"/g,'');
|
||||
if (mArray.openmptcprouter.latest_version_omr)
|
||||
{
|
||||
content += "<br><i>(Latest available version " + mArray.openmptcprouter.latest_version_omr + ")</i>";
|
||||
}
|
||||
content += "<br />";
|
||||
}
|
||||
if (mArray.openmptcprouter.loadavg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue