Skip to content

Commit 6249546

Browse files
author
Alexei Zverev
committed
Update NeXt correctly, fix 1-link bug #3
1 parent dc1a8fd commit 6249546

31 files changed

Lines changed: 172 additions & 149 deletions

bower_components/next-bower/.bower.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

bower_components/next-bower/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

client-src/pathman_sr/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"requirejs": "~2.1.22",
1414
"restangular": "1.5.2",
1515
"angular-material-data-table": "~0.9.11",
16-
"NeXt": "~0.9.1",
16+
"NeXt": "~0.10.0",
1717
"jquery": "latest"
1818
},
1919
"authors": [

client-src/pathman_sr/src/app/services/next-topology.service.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,7 @@
315315
"links": pathLinkList,
316316
"arrow": "cap",
317317
"sourceNode": hopList[0],
318-
"pathStyle": {
319-
"fill": pathColor
320-
}
318+
"color": pathColor
321319
});
322320

323321
// add the path

client/pathman_sr/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/pathman_sr/vendor/NeXt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NeXt-bower
22
NeXt UI Toolkit `bower` and `npm` distribution. You can install this package either with `npm` or with `bower`.
33

4-
Current version 0.9
4+
Current version: 0.10
55

66
# Install
77
### bower

client/pathman_sr/vendor/NeXt/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
},
2020
"ignore": [],
21-
"version": "0.9.0",
21+
"version": "0.10.0",
2222
"license": "EPL-1.0"
2323
}

0 commit comments

Comments
 (0)