Hi Samuel,
I was able to apply the patch successfully. For this patch, is there
really anything else to look at other than successfully being able to
apply it?
Thanks
-Socorro
On 06/14/2016 04:35 AM, sguimaraes943(a)gmail.com wrote:
From: Samuel GuimarĂ£es <sguimaraes943(a)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