1. 10 Dec, 2016 1 commit
    • Improve rendering performance for application list · db292d9c
      Johannes Edmeier authored
      * Number of concurrent requests for fetching the application info is
        limited to 15 requests
      
      * Fetching the application info is deferred by 50ms to let the browser
        render the view
      
      * Flattened application/group structure to save inner ng-repeat
      
      * ng-repeat for notification settings and view drop down is executed
        when the popup/dropdown is visible
  2. 03 Dec, 2016 1 commit
    • Resolve dynamic views lazily · a0cc96c7
      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