80 Commits

Author SHA1 Message Date
Josh Miles
4b1f320004 Update index.blade.php 2020-11-16 13:51:02 +00:00
Dane Everitt
1e4b50fa61 Remove socketio connections from server listing; closes #1942 2020-09-16 20:28:32 -07:00
Dane Everitt
8b4bd3945d Fix user search in admin area; closes #2100 2020-09-13 12:35:48 -07:00
Arnaud Lier
8da56df641 fix: remove ./ before wings for auto-configuration
on the docs, you're downloading it to /usr/local/bin so it's easier like this
2020-09-12 02:29:52 +02:00
Matthew Penner
f26226e465 Fix table search bar not rendering properly across browsers 2020-07-12 12:15:01 -06:00
Dane Everitt
655a751ef3 Prefix command with sudo 2020-06-29 20:34:58 -07:00
Charles Morgan
46285fefd7 CSS Changes
More CSS Changes....

Server overview page now looks more..... fluid
Boxes have their correct color top colors back, When admin side was changed to dark theme all by the yellow was changed to a single color, this is reverted.
Node overview page uses blue over gray box for total servers.
Lightened the text color on the side bar
Removed delete button for allocations that are assigned.
Changes Node configuration box to not hurt eyes
2020-05-10 18:09:01 -04:00
Dane Everitt
86dbb141f4 Make this helper text more correct 2020-05-09 15:45:38 -07:00
Dane Everitt
3b2e2c63c6 Only show relevant configuration; update default path to be what the daemon expects 2020-05-09 15:44:13 -07:00
Dane Everitt
c6d8bed095 close #1801 2020-05-07 20:20:20 -07:00
Dane Everitt
fda88940f7 Fix up node autodeployment 2020-04-12 17:20:09 -07:00
Dane Everitt
7557dddf49 Store node daemon tokens in an encrypted manner 2020-04-10 15:15:38 -07:00
Dane Everitt
51defae917 Merge branch 'master' into develop 2019-12-28 11:49:08 -08:00
Dane Everitt
52ea0f2d0a Fix allocation management 2019-12-22 13:55:58 -08:00
Dane Everitt
d75073116f Health check 2019-12-16 21:42:58 -08:00
Dane Everitt
447c4291ad Update all places in the code referencing named routes using JS that doesn't exist now 2019-12-15 18:19:35 -08:00
Dane Everitt
564d947f7e [#3c9g25] Add support for new endpoint to collect node information 2019-12-09 21:05:39 -08:00
Dane Everitt
979bdc1f9f Use YAML for configuration file 2019-12-08 11:29:46 -08:00
Dane Everitt
c97461d602 [L6] Move all of the template files into the new correct location 2019-09-04 21:19:52 -07:00
Dane Everitt
9a14cb5687 Remove old views 2017-03-03 23:40:33 -05:00
Dane Everitt
e9762b4277 Fixes port deletion for node allocations as well as server notes on allocations.
closes #305
2017-02-17 19:59:40 -05:00
Dane Everitt
32a1dc17ed API model updates, as well as general model updates and code fixes. 2017-02-10 20:26:38 -05:00
Dane Everitt
09d23deed6 New models for node and location admin pages. 2017-02-03 16:50:28 -05:00
Dane Everitt
d4bcf0be59 Initial implementation of improved sever model and logic 2017-02-02 18:21:36 -05:00
Dane Everitt
bf7b58470a Update copyright headers 2017-01-24 17:57:08 -05:00
Emmet Young
7bd1fbb14c Fix up the configuration token, app.url should already have the protocol included with it. Appending a new one messes it up 2017-01-23 11:02:10 +11:00
Dane Everitt
16a3514abf Cleanup auto-configure stuff 2017-01-14 19:36:47 -05:00
Jakob Schrettenbrunner
9f2ca17ea4 replace manual json headers with laravel response()->json()
better Carbon dependency
rename admin.nodes.configuration-token route
style fixes
2017-01-08 15:21:02 +01:00
Jakob Schrettenbrunner
67bb8fe230 add protocol to the generated node configuration command 2017-01-07 22:16:23 +01:00
Jakob Schrettenbrunner
cc0d54e906 improve wording on token explanation on node configuration tab 2017-01-07 18:33:37 +01:00
Jakob Schrettenbrunner
a1568e5acb add button to generate token to node configuration tab
add info message after node creation about token generation
2017-01-07 18:27:19 +01:00
Jakob Schrettenbrunner
24bab6de17 use getConfigurationAsJson in the admin/nodes/view view 2017-01-07 18:09:04 +01:00
Dane Everitt
2ac734d595 Update node config sent over API 2016-12-02 19:12:29 -05:00
Dane Everitt
1eb1f96e71 Add support for updating the daemon's configuration file automatically. 2016-12-01 18:33:32 -05:00
Dane Everitt
72ad6d5c87 Show file upload size limit when uploading files
Also handle errors better.
2016-12-01 18:32:05 -05:00
Dane Everitt
b4bcc7247f Add some things to node config block that will be useful to some 2016-11-28 13:55:02 -05:00
Dane Everitt
3549abd5ae Fix error page when no nodes exist. 2016-11-28 13:51:18 -05:00
Dane Everitt
5c20d0a748 Fix daemon version displaying panel version; closes #184 2016-11-28 13:41:26 -05:00
Dane Everitt
2b16472cd2 Fix data multiplicator on wrong field. 2016-11-28 13:37:36 -05:00
Dane Everitt
e47bb6ef0f Add multiplicators to certain inputs, closes #154
Allows for users to enter `10g` into a memory field and have it
converted to 10GB equivalent in MB.
2016-11-26 19:56:19 -05:00
Dane Everitt
90cd2b677e Add version checking to daemon and panel
Also includes some buttons for users to get help from the panel.
2016-11-26 19:29:57 -05:00
Dane Everitt
261535d83d Fix broken block ending for script 2016-11-26 18:52:19 -05:00
Dane Everitt
edaae40df9 Add some quick daemon information when viewing nodes 2016-11-26 18:23:10 -05:00
Dane Everitt
d93f88f471 Properly display node status with newer daemon versions 2016-11-26 17:49:56 -05:00
Bent Haase
57d62c4ed3 Fix time axis for node and server view
Nope, the current month is not a valid minute
2016-11-19 16:02:47 -05:00
Dane Everitt
0741ab6833 Revamped resource graphing, uses chart.js 2016-10-30 00:06:55 -04:00
Dane Everitt
6b89dbd451 Fix errors on node graphs
These graphs will be removed in a future release, so I’m not going to
make them look pretty right now.
2016-10-21 17:37:47 -04:00
Dane Everitt
ad906e0680 FQDN support for allocations, and JS bug fix. 2016-10-21 17:33:26 -04:00
ET-Bent
ce5374ea6b Fix node view in admin panel 2016-10-17 00:07:55 +02:00
Dane Everitt
0fe0f750c4 node status in list, closes #124 2016-10-07 15:15:04 -04:00