mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 14:12:51 +02:00
Improve MariaDB status variables link (bug #658)
This commit is contained in:
@@ -17,7 +17,8 @@ function bodyLoad(version, maria) {
|
||||
for (var i = 1; i < obj.length; i++) {
|
||||
obj[i] = obj[i]
|
||||
.replace(/\.html/, '/')
|
||||
.replace(/(numeric)(-type-overview)/, (maria ? '$1-data$2' : '$&')) // MariaDB
|
||||
.replace(/(numeric)(-type-overview)/, '$1-data$2')
|
||||
.replace(/#statvar_.*/, '#$$1')
|
||||
;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user