
Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com> --- ui/css/wok.css | 2 +- ui/libs/datatables/js/plugins/ip-address/ip-address.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/css/wok.css b/ui/css/wok.css index 95d903b..eb910d5 100644 --- a/ui/css/wok.css +++ b/ui/css/wok.css @@ -1599,7 +1599,7 @@ input[type=radio].wok-radio + label { /* * Project Wok * -* Copyright IBM Corp, 2016 +* Copyright IBM Corp, 2015-2016 * * Code derived from Project Kimchi * diff --git a/ui/libs/datatables/js/plugins/ip-address/ip-address.js b/ui/libs/datatables/js/plugins/ip-address/ip-address.js index 28ff323..4e784f6 100644 --- a/ui/libs/datatables/js/plugins/ip-address/ip-address.js +++ b/ui/libs/datatables/js/plugins/ip-address/ip-address.js @@ -3,7 +3,7 @@ * notation / colon. This can be most useful when using DataTables for a * networking application, and reporting information containing IP address. * - * @name IP addresses + * @name IP addresses * @summary Sort IP addresses numerically * @author Dominique Fournier * @author Brad Wasson @@ -100,4 +100,4 @@ jQuery.extend( jQuery.fn.dataTableExt.oSort, { "ip-address-desc": function ( a, b ) { return ((a < b) ? 1 : ((a > b) ? -1 : 0)); } -}); \ No newline at end of file +}); -- 2.7.4