Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
spring-boot-admin
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • openSource
  • spring-boot-admin
  • Repository

Switch branch/tag
  • spring-boot-admin
  • spring-boot-admin-server-ui
  • core
  • img
  • platform-spring-boot.png
Find file
HistoryPermalink
  • Johannes Edmeier's avatar
    Make ui modular and extensible · eae1ff46
    Johannes Edmeier authored Mar 06, 2016
     - 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.
    eae1ff46
platform-spring-boot.png 1.12 KB

Download (1.12 KB)

platform-spring-boot.png
×

Replace platform-spring-boot.png

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.