strolch/li.strolch.planningwebapp/src/main/webapp/css/external
Robert von Burg dd227c65d0 [Major] Refactored SystemAction in privileges
Simplified the API, removed the privileged user - now always use the
agent system user for running system actions. One method has no return
value and one has a return value. Now it is easy to perform a system
action using:

    runAsAgent(ctx -> {
      // do work			
    });

    String result = runAsAgentWithResult(ctx -> {
      // do work
      return "done";
    });

    // execute a SystemAction
    runAsAgent(action);

    // execute a SystemActionWithResult
    String result = runAsAgentWithResult(actionWithResult);
2016-09-29 12:26:27 +02:00
..
alertify [Major] Refactored SystemAction in privileges 2016-09-29 12:26:27 +02:00
tether [WIP] Adding a web UI for PlanningWebApp 2016-03-27 18:39:33 +02:00
bootstrap.css [WIP] Adding a web UI for PlanningWebApp 2016-03-27 18:39:33 +02:00
bootstrap.css.map [WIP] Adding a web UI for PlanningWebApp 2016-03-27 18:39:33 +02:00
dataTables.bootstrap4.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
dataTables.bootstrap4.min.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
font-awesome.css [WIP] Adding a web UI for PlanningWebApp 2016-03-27 18:39:33 +02:00
font-awesome.min.css [WIP] Adding a web UI for PlanningWebApp 2016-03-27 18:39:33 +02:00
jquery.dataTables.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
jquery.dataTables.min.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
responsive.bootstrap.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
responsive.bootstrap.min.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00
responsive.dataTables.css [WIP] Added Resource table loading to planning web 2016-04-01 18:24:35 +02:00