Xaver Maierhofer
a627e2febc
[TASK] Remove tablesort number
...
No complex different styled numbers need to be sorted
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
e32fe6648d
[TASK] Remove jsHashes
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
a2ab0dce4f
[TASK] Simple sort for firmware versions
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
90d2c3e444
[TASK] Replace numeraljs with toFixed vanilla js
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
a56876a10e
[TASK] Update npm bower install module
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
2d5e35324a
[TASK] Add helper.js to grunt watch
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
28de7c5403
[TASK] Adjust marker style - focus on online nodes
2017-03-18 16:26:29 +01:00
Milan Pässler
2630b6197d
fix linting
2017-03-18 16:26:29 +01:00
Nils Schneider
62d64c717c
[TASK] remove build.js, it is not needed anymore
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
5691406d09
[TASK] Format load average
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
e80f7d899d
[TASK] Only add german language from numeral.js
2017-03-18 16:26:29 +01:00
Xaver Maierhofer
292c5c020c
[TASK] Unicode instead of utf8 icons
2017-03-18 16:26:25 +01:00
Xaver Maierhofer
58279ac213
[BUGFIX] Enable build for default
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
6f4b9d6701
[TASK] Replace all specialchars in NODE_NAME in stat urls
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
e9e393e105
[TASK] Seperate dev and default for requirejs
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
5921a5f355
[TASK] Add index option to grunt-conncet server
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
c9458ffcae
[TASK] CGL - Optimize returns and unnecessary math
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
c7b58d5743
[TASK] Inline style and icon css and es6-shim
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
7389547e3e
[BUGFIX] Correct css path to icon font
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
6aec0b21a8
[TASK] Update bower components
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
04eb8f039b
[TASK] Only include additional german locale
...
English is default
2017-03-17 03:23:28 +01:00
Xaver Maierhofer
0abd4130cf
[TASK] Use own iconfont set
...
Reduce overhead in initial load
2017-03-17 03:23:28 +01:00
Milan Pässler
418b630e02
change code style to ffrgb/meshviewer fork
2017-03-17 03:23:07 +01:00
H4ndl3
59ba0ba29e
add loading animation
...
Create _loader.scss
Update main.scss
Update _base.scss
Update gui.js
Update index.html
removed trailing spaces
removed trailing white spaces for real
2017-03-17 03:16:41 +01:00
Milan Paessler
b2c2627d73
infobox: fix error when gateway could not be resolved
2017-02-14 21:33:36 +01:00
kb-light
a7756c44e8
infobox/link: linkinfos {SOURCE_NAME} and {TARGET_NAME} support ( #82 )
2017-02-11 01:21:20 +01:00
Daniel Krah
5f98da2717
Update README.md ( #86 )
...
change installation of sass on mac.
Version via gem is outdated
2017-02-11 01:20:04 +01:00
PetaByteBoy // Milan Pässler
1a6a4329b5
forcegraph: only draw clients when zoomed in
2017-02-08 09:35:26 +01:00
vsandre
ccc5f0f526
nodelist: Add node id to the href of node name in the table ( #84 )
...
So it is possible to open multiple node pages in a new window/tab
2017-02-03 23:02:20 +01:00
Marvin W
5cb88e8d06
Use server side resolving only, add proper support for nexthop resolving ( #81 )
...
* Revert "Use resolved data if gateway was already resolved (#78 )"
This reverts commit 44bb8e9d3d
.
* Revert "proportions: lookup gateway name"
This reverts commit 94662cb3dc
.
* Revert "infobox/node: change mac used to lookup nodes"
This reverts commit 2ca2604403
.
* Revert "infobox/node: resolve nexthop and gateway from data"
This reverts commit 9e7049c9e3
.
* Resolve nexthop full chain if possible
requires hopglass/hopglass-server#79
* Correctly handle sidecase when nodes on route report inconsistent gateway
2017-01-07 18:43:04 +01:00
Marvin W
44bb8e9d3d
Use resolved data if gateway was already resolved ( #78 )
...
This is now very dirty, I think the old approach was better (although it requires a server side change)
2016-12-10 11:45:21 +01:00
Jonas Platte
7e6d054e98
scss: Fix a few CSS problems ( #73 )
...
* Set text color on body
* Fix not being able to scroll more then sidebar height in Firefox
* Fix button color being set by browser stylesheet instead of site stylesheet
2016-11-26 00:10:27 +01:00
Milan Pssler
94662cb3dc
proportions: lookup gateway name
2016-11-19 11:01:25 +01:00
Milan Pssler
2ca2604403
infobox/node: change mac used to lookup nodes
2016-11-19 10:57:24 +01:00
Milan Paessler
0171ebe7e1
infobox/node: non-clickable mac adresses should be black
2016-11-19 02:27:21 +01:00
Milan Paessler
9e7049c9e3
infobox/node: resolve nexthop and gateway from data
...
not perfect yet: the mac address doesn't always match
2016-11-19 02:17:08 +01:00
Milan Paessler
7d145141c1
infobox/node: handle unknown model when showing router img
2016-11-19 02:05:28 +01:00
Milan Pssler
5a5ce1d346
forcegraph: decrease line radius to increase click accuracy
2016-11-17 23:06:30 +01:00
Milan Pssler
224240c1c4
forcegraph: bidirectional links
2016-11-17 19:47:56 +01:00
Milan Pssler
7eb0675be0
fix meshclients for orange nodes
2016-11-06 17:13:22 +01:00
Milan Pssler
1641bc2437
router pics hopglass changes
...
- don't use display block on the table, instead make the close button
position absolute
- show the old style heading when no source is defined
- clean up the indention and some small things
2016-11-06 00:11:49 +01:00
Moorviper
84aee48229
Router pics ( #37 )
...
* add a padding to sidebar for better use on mobile devices
* allow other things as text in attributeEntry
Now it is possible to use pictures and other stuff in this function
* Show Router-Pic with double fallback
3 Möglichkeiten
1. in config wird externe Quelle angegeben
2. wenn nicht wird in ./nodes/ geseucht
3. ansonsten Knotenname + Knotenname in erster Zeile
extern via:
cdn
"hwImg": [
{ "thumbnail": "https://cdn.rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg ",
"caption": "Knoten {MODELHASH}"
}
]
aktueller nicht cdn:
"hwImg": [
{ "thumbnail": "https://rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg ",
"caption": "Knoten {MODELHASH}"
}
]
2016-11-05 23:03:46 +01:00
Milan Pssler
e9711c6efc
new example config
2016-11-05 23:01:25 +01:00
Milan Pssler
5599be5cd6
re-add uplink detection, this time generic
...
fixes l2tp uplink detection
2016-11-05 21:54:47 +01:00
Daniel Krah
808b8c1986
Count Clients in a Mesh ( #61 )
...
This functions count all clients in a meshcloud.
It count over wireless and cable links not over VPN links via l2tp or fastd.
2016-11-05 21:24:38 +01:00
Daniel Krah
00a8e5117d
fix es6-shim/es6-shim.map ( #62 )
2016-09-03 01:31:26 +02:00
Marvin W
cb065d8d07
Fully resolve gateway names in hopglass ( #57 )
...
Depends on hopglass/hopglass-server#56
2016-08-05 19:47:25 +02:00
Marvin W
bf2e858c24
Make sure hopglass does not break when server reports nodes without hostname. ( #58 )
2016-08-01 23:25:29 +02:00
Milan Paessler
46de672dc9
main: support for ffmap-backend vpn link notation
2016-07-23 16:33:49 +00:00
Daniel Krah
07d5e3f636
check IPv4/IPv6 ( #56 )
2016-07-23 14:52:49 +00:00