Skip to content
Snippets Groups Projects
Commit 0d8782d3 authored by Reiner Jung's avatar Reiner Jung
Browse files

uppdated frontend setup

parent eb5bcb79
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ node { /* all nodes */ ...@@ -17,10 +17,10 @@ node { /* all nodes */
shape: roundrectangle; shape: roundrectangle;
text-valign: center; text-valign: center;
text-halign: center; text-halign: center;
width: 100px; width: 150px;
height: 60px; height: 60px;
text-wrap: wrap; text-wrap: wrap;
text-max-width: 100px; text-max-width: 150px;
} }
$node > node { /* compounds. "Nodes" in meta model. $ selects the parent node that has a node instead of the node (as css would) */ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node that has a node instead of the node (as css would) */
......
...@@ -38,8 +38,8 @@ module.exports = function(environment) { ...@@ -38,8 +38,8 @@ module.exports = function(environment) {
// ENV.APP.LOG_TRANSITIONS = true; // ENV.APP.LOG_TRANSITIONS = true;
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true; // ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true; // ENV.APP.LOG_VIEW_LOOKUPS = true;
ENV.APP.API_ROOT = 'http://localhost:8080'; ENV.APP.API_ROOT = 'http://192.168.48.222:8080';
ENV.APP.WEBSOCKET_ROOT = 'ws://localhost:8080'; ENV.APP.WEBSOCKET_ROOT = 'ws://192.168.48.222:8080';
ENV.APP.WEBSOCKET_RECONNECT = true; ENV.APP.WEBSOCKET_RECONNECT = true;
} }
...@@ -61,4 +61,4 @@ module.exports = function(environment) { ...@@ -61,4 +61,4 @@ module.exports = function(environment) {
} }
return ENV; return ENV;
}; };
\ No newline at end of file
...@@ -26,7 +26,7 @@ module.exports = function(defaults) { ...@@ -26,7 +26,7 @@ module.exports = function(defaults) {
// please specify an object with the list of modules as keys // please specify an object with the list of modules as keys
// along with the exports of each module as its value. // along with the exports of each module as its value.
app.import('bower_components/webcola/WebCola/cola.js'); app.import('bower_components/webcola/WebCola/cola.min.js');
app.import('bower_components/Flot/jquery.flot.js'); // time-series-plot component app.import('bower_components/Flot/jquery.flot.js'); // time-series-plot component
app.import('bower_components/Flot/jquery.flot.time.js'); app.import('bower_components/Flot/jquery.flot.time.js');
app.import('bower_components/Flot/jquery.flot.resize.js'); app.import('bower_components/Flot/jquery.flot.resize.js');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment