Commit Graph
220 Commits
Author SHA1 Message Date
Anthony F. McInerneyandGitHub ada3bdf169 Merge branch 'master' into add-service-template 2020-10-19 19:10:21 +01:00
Anthony F McInerney 08a8d1cf90 service templates - add initial api - discovery too 2020-10-19 18:30:40 +01:00
Anthony F McInerney 20dac4d69d service templates - add initial api - discovery too 2020-10-19 18:28:44 +01:00
SourceDoctorandGitHub b32aa03d57 Fix return value on deleting a Device Group (#12225)
* Fix return value on deleting a Device Group

* style fix
2020-10-19 12:27:17 +02:00
Anthony F McInerney b51f4caa59 service templates - move to blade - function fix 2020-10-19 00:24:25 +01:00
Anthony F McInerney e83ca1dad4 service templates - move to blade - fix return values - thanks SourceDoctor 2020-10-18 22:40:50 +01:00
Anthony F McInerney ec42ad68e7 service templates - move to blade - attempt route fix 2020-10-18 21:30:22 +01:00
Anthony F McInerney 8d44d3aae0 service templates - move to blade - fixes 2020-10-18 15:22:35 +01:00
Anthony F McInerney a4650dd558 service templates - move to blade - add discover all button - function foobar 2020-10-18 14:40:37 +01:00
Anthony F McInerney f511989b20 service templates - move to blade - add discover all button - function foobar 2020-10-18 14:39:57 +01:00
Anthony F McInerney b42aae8b39 service templates - move to blade - nullable input? 2020-10-18 09:54:35 +01:00
Anthony F McInerney 46121ae556 service templates - move to blade - deprecate remove_service_template 2020-10-17 19:51:19 +01:00
Anthony F McInerney 857bde274a service templates - move to blade - deprecate remove_service_template 2020-10-17 19:49:07 +01:00
Anthony F McInerney 640f12bd44 service templates - move to blade - deprecate delete_service_template 2020-10-17 18:54:46 +01:00
Anthony F McInerney 0f257fc58d service templates - move to blade - wip 2020-10-17 17:40:57 +01:00
Anthony F McInerney 9ff494e31e service templates - move to blade - wip 2020-10-17 17:40:28 +01:00
Anthony F McInerney 0d77d0ca6f service templates - move to blade -wip 2020-10-17 10:01:29 +01:00
Anthony F McInerney 2df17699e4 service templates - move to blade -wip 2020-10-16 17:10:07 +01:00
Anthony F McInerney ad4b6ab543 service templates - move to blade -wip 2020-10-16 17:06:04 +01:00
Anthony F McInerney 8a1a40f973 service templates - move to blade -wip 2020-10-16 17:02:44 +01:00
Anthony F McInerney fcbad05aff service templates - move to blade -wip 2020-10-16 16:42:31 +01:00
Anthony F McInerney cf6a254b9e Revert "service templates - move to blade -wip"
This reverts commit aadf8e9b36.
2020-10-15 19:54:19 +01:00
Anthony F McInerney aadf8e9b36 service templates - move to blade -wip 2020-10-15 19:49:52 +01:00
Tony MurrayandGitHub 0de03ad582 validate dashboard id (#12219) 2020-10-15 12:43:24 -05:00
Tony Murray 09f107303d fixes 2020-10-14 21:41:35 -05:00
JellyfrogandGitHub 3bfafc857f Convert Device>vlan view to Laravel (#12163)
* Convert Device>vlan view to Laravel
2020-10-14 19:40:44 -05:00
Anthony F McInerney b149061bb8 service templates - move to blade -wip 2020-10-14 20:05:53 +01:00
Anthony F McInerney 910d376627 service templates - move to blade -wip 2020-10-14 19:16:03 +01:00
Anthony F McInerney 16095e5f64 service templates - move to blade -wip 2020-10-14 19:03:11 +01:00
Anthony F McInerney 85b0ac6269 service templates - move to blade -wip 2020-10-14 19:00:51 +01:00
Anthony F McInerney 90a0b8892b service templates - move to blade -wip 2020-10-14 19:00:41 +01:00
Anthony F McInerney 44b5c5c7ca service templates - move to blade -wip 2020-10-14 14:39:56 +01:00
Anthony F McInerney 5da4aff32a service templates - move to blade -wip 2020-10-14 13:36:11 +01:00
Anthony F McInerney 44ac62a069 service templates - move to blade -wip 2020-10-14 13:16:42 +01:00
Anthony F McInerney 97c0694565 service templates - move to blade -wip 2020-10-14 11:00:09 +01:00
Anthony F McInerney f2556144aa service templates - move to blade -wip 2020-10-14 10:53:10 +01:00
Anthony F McInerney 52cb8ee86a service templates - move to blade -wip 2020-10-13 17:17:28 +01:00
173ca83018 Refresh in widget settings (#12127)
* add timeout for widget in widget settings

* forgot get saved timeout and added default value for all widgets

* code correction

* move refresh to json

* forgot remove old code

* added refresh validate rule

* fix empty refresh for exist widgets

* fix empty settings for new widgets

* Set refresh in base
Update refresh at runtime (doesn't interrupt previous timeout)

* Update WidgetSettingsController.php

Co-authored-by: Tony Murray <[email protected]>
2020-10-02 08:52:04 -05:00
9b9b26a007 Make sure 1st admin user creation does not fail with error 500 (#12119)
* Make sure 1st admin user creation does not fail with error 500

* Update MakeUserController.php

just init it to the default fail message

* Update MakeUserController.php

* just struggling with the github editor :P

Co-authored-by: Tony Murray <[email protected]>
2020-09-22 07:41:52 -05:00
JellyfrogandGitHub 29f45ca352 Apply fixes from StyleCI (#12124) 2020-09-21 15:59:34 +02:00
JellyfrogandGitHub 0d56bbd946 Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
JellyfrogandGitHub 77c531527c Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI

* Disable style check
2020-09-21 14:54:51 +02:00
SourceDoctorandGitHub 65b294c7cb Fix to show Routing Count in Pagemenu Selector (#12111) 2020-09-20 01:24:53 +02:00
SourceDoctorandGitHub a4d1f5e1c8 Show Device Outages as Log List (#12011) 2020-08-18 20:02:56 +02:00
JellyfrogandGitHub abc0ca85f6 Add default values to cast (#11977)
Makes the SQL query correctly select id columns as int instead of string
2020-08-04 14:41:10 +02:00
JellyfrogandGitHub cb0034d6a1 Restore device inventory logic after 055abcf (#11993) 2020-08-03 20:42:10 -05:00
JellyfrogandGitHub 2fc037ab23 Convert device notes to blade (#11952) 2020-07-22 09:18:56 -05:00
Cirno the StrongestandGitHub 6448682b21 Fix missing Munin controller tab definition (#11943) 2020-07-18 18:15:19 -05:00
Tony MurrayandGitHub eb74af5756 Fix device up/down sort (#11891) 2020-07-03 00:36:01 -05:00
Tony MurrayandGitHub a312436bca Edit maintenance schedule, handle timezone properly (#11889)
Was not properly formatting to user's timezone
Also handle the case where the browser and server timezone don't match
don't show incorrect values in dialog then pop to the correct ones.
Update title on modal to be appropriate
2020-07-02 17:46:16 -05:00