- 06 Jun, 2017 1 commit
-
-
philippe.agra authored
-
- 12 May, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 17 Feb, 2017 1 commit
-
-
Johannes Edmeier authored
The value from max memory isn't necessarily the -Xmx parameter, therefore we remove the label fixes #413
-
- 03 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
When the list contains a lots of applications many requests are made for dynamic views (e.g. heapdump, flyway, logfile, ...). With this commit the availability check for these views is deferred until the user opens toggles the dropdown. This should lead to far fewer requests. fixes #346 Additionally the url list is not anymore overlapped then having a lot of tabs for the detail views. fixes #347
-
- 03 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
Change the application list to a fixed table layout to prevent it from overflowing in the window and limit the info column to a max width. Also limit the info column in the detail view. fixes #316
-
- 02 Nov, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 17 Oct, 2016 1 commit
-
-
Johannes Edmeier authored
To fix the IE11 css quirks we need to use the ngStyle directive instead of just using expressions inside regular style attributes. fixes #280
-
- 12 Oct, 2016 2 commits
-
-
Johannes Edmeier authored
Adds a button to enable automatic refresh of the details view. Also fixes the uptime counter, which got currupted by the reload button. closes #262
-
Dmitry Shmatko authored
Instead of alway hitting F5 and do a full page reload, this adds a small button to refresh the details view.
-
- 10 Sep, 2016 1 commit
-
-
Johannes Edmeier authored
closes #237
-
- 21 Jul, 2016 1 commit
-
-
Johannes Edmeier authored
In case dropwizard is used the heap metrics are in bytes and not in kilobytes. This is deteceted by the presence of heap.max. For Spring Boot 2.0 there is an issue filed to deliver bytes see spring-projects/spring-boot#6413 fixes #234
-
- 22 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit urls form the /info endpoint are deteceted and rendered as links. The downside is to make that work I had to drop the collapsible info section in the overview list and replaced it with an resizable/scrollabe <pre> section.
-
- 15 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 03 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
otherwise it gets mixed up whith the standard html title attribute
-
- 25 May, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit the icons from FontAwesome are used. To achive this the webpack css-loader is used and the location for the module.css has slightly changed. Also I removed the ugly sidebar (what a short life) and added a slim navbar at the top for the detail views.
-
- 18 May, 2016 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
- Updated Angular to 1.5.3 - Removed Angular UI Bootstrap, to make the Angular update possible without updating Bootstrap - Moved every view into its own module - Added concatenation of the module js and css assets to the webserver - Created directives/components for the various visual components and trimmed down the controllers - Removed unecessary ngRoute - Removed classpath section in details (it is included in environment) - Moved the counters and gauges to a separated metrics view - Added target="_blank" for the logfile - Added information about version, loaded ui modules to the about page - Extracted the activiti view to a separate maven artifact With this commit it is now possible to add your own ui modules to the servers classpath and they will show up in the ui. Every module needs an "entry" script file in the classpath located under `META-INF/spring-boot-admin-server-ui/<modulename>/module.js`. The module is be implemented as angular module and needs to be added to the global `uiModules` list. The spring-boot-admin-server-ui-activiti module is a simple sample for adding a application view but it is also possible to add main-views. Please have a look at the events module in spring-boot-admin-server-ui/modules. Please note that the internals of the ui can change anytime.
-