[Kimchi-devel] [PATCH] [Wok] Added lodash.js library to Wok
sguimaraes943 at gmail.com
sguimaraes943 at gmail.com
Tue Jun 14 11:35:00 UTC 2016
From: Samuel Guimarães <sguimaraes943 at gmail.com>
Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.
This library is necessary in order to redesign Ginger Sensor Monitors. With this library we can also improve other panels that have dynamically generated content that we have to iterate through arrays of objects.
If the patch doesn't apply because it is a minified library, please let me know.
Samuel Guimarães (1):
Added lodash.js library to Wok
configure.ac | 1 +
ui/libs/Makefile.am | 2 +-
ui/libs/lodash/LICENSE | 24 +++++++++
ui/libs/lodash/Makefile.am | 21 ++++++++
ui/libs/lodash/lodash.js | 127 +++++++++++++++++++++++++++++++++++++++++++++
ui/pages/login.html.tmpl | 1 +
ui/pages/wok-ui.html.tmpl | 1 +
7 files changed, 176 insertions(+), 1 deletion(-)
create mode 100644 ui/libs/lodash/LICENSE
create mode 100644 ui/libs/lodash/Makefile.am
create mode 100644 ui/libs/lodash/lodash.js
--
1.9.3
More information about the Kimchi-devel
mailing list