Added OPCache Menu
parent
afddd91e27
commit
05fb58d7d2
26
mbadmin.jps
26
mbadmin.jps
|
@ -146,6 +146,32 @@ menu:
|
||||||
caption: Flush Keys
|
caption: Flush Keys
|
||||||
action: redis_clear_keys
|
action: redis_clear_keys
|
||||||
successText: "${response.out}"
|
successText: "${response.out}"
|
||||||
|
- confirmText: Check OPcache status?
|
||||||
|
loadingText: Checking OPcache status...
|
||||||
|
caption: Check OPcache Status
|
||||||
|
action: opcache_status
|
||||||
|
successText: "${response.out}"
|
||||||
|
- confirmText: Get detailed OPcache information?
|
||||||
|
loadingText: Getting OPcache details...
|
||||||
|
caption: OPcache Summary
|
||||||
|
action: opcache_summary
|
||||||
|
successText: "${response.out}"
|
||||||
|
- confirmText: Get OPcache statistics?
|
||||||
|
loadingText: Getting OPcache statistics...
|
||||||
|
caption: OPcache Statistics
|
||||||
|
action: opcache_statistics
|
||||||
|
successText: "${response.out}"
|
||||||
|
- confirmText: Get OPcache settings?
|
||||||
|
loadingText: Getting OPcache settings...
|
||||||
|
caption: Get OPcache Settings
|
||||||
|
action: opcache_fetch_settings
|
||||||
|
successText: "${response.out}"
|
||||||
|
- confirmText: Are you sure you want to update OPcache settings?
|
||||||
|
loadingText: Updating OPcache settings...
|
||||||
|
caption: Update OPcache Settings
|
||||||
|
action: opcache_update_settings
|
||||||
|
settings: opcacheConfig
|
||||||
|
successText: "${response.out}"
|
||||||
- confirmText: Do you want to export the WordPress database?
|
- confirmText: Do you want to export the WordPress database?
|
||||||
loadingText: Exporting WordPress Database...
|
loadingText: Exporting WordPress Database...
|
||||||
caption: Export WordPress DB
|
caption: Export WordPress DB
|
||||||
|
|
Loading…
Reference in New Issue