Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/about/aboutCtrl.js @ 12551

Last change on this file since 12551 was 12546, checked in by dglaser, 9 years ago

#2394:

HeuristicLab.Services.WebApp.Status:

  • added used / total cores
  • moved kb to gb filter to WebApp

HeuristicLab.Services.WebApp:

  • added about page
  • added filter
File size: 154 bytes
Line 
1(function () {
2    var module = appAboutPlugin.getAngularModule();
3    module.controller('app.about.ctrl', ['$scope', function ($scope) { }]);
4})();
Note: See TracBrowser for help on using the repository browser.