Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
10e6ac1ca6f5b3b823d5600808e8934cef6370b0
librenms-librenms/html/ajax_dash.php

11 lines
240 B
PHP
Raw Normal View History

Initial dashboard, code formatting is bad + lots needs tidying up
2015-07-21 23:01:57 +01:00
<?php
Dashboard widget update (#9515) Implemented in Laravel Doesn't use legacy PHP session Several widgets have new features and settings, for example: - Multiple ports in one graph - Maps settings are configurable and override system settings but default to system settings - Graylog stream and/or device selection - Much improved graph widget selection - Many more DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926` After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
2018-12-16 15:18:17 -06:00
header('Content-type: application/json');
// reload dashboard referencing old endpoint
exit(json_encode([
'html' => '<script>window.location.reload(false);</script>',
'status' => 'ok',
'title' => 'Reload Dasbhoard'
]));
Reference in New Issue Copy Permalink
Powered by Gitea Page: 806ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API