loleaflet/admin/src/AdminSocketAnalytics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 945930efdfde7e1c6975c8072e41f0de737505d7 Author: Aron Budea <[email protected]> Date: Tue Jun 12 16:41:50 2018 +0200 Admin console: correct network graph colors Change-Id: I24c700c29998a15c7b25d06ba228d191de26c26c Reviewed-on: https://gerrit.libreoffice.org/55701 Reviewed-by: Aron Budea <[email protected]> Tested-by: Aron Budea <[email protected]> diff --git a/loleaflet/admin/src/AdminSocketAnalytics.js b/loleaflet/admin/src/AdminSocketAnalytics.js index 8af70e029..ee6c33f94 100644 --- a/loleaflet/admin/src/AdminSocketAnalytics.js +++ b/loleaflet/admin/src/AdminSocketAnalytics.js @@ -216,11 +216,11 @@ var AdminSocketAnalytics = AdminSocketBase.extend({ var legendData = [ { text: _('Received'), - color: 'red' + color: 'green' }, { text: _('Sent'), - color: 'green' + color: 'red' } ]; var legendSpacing = 20; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
