From d65affbe081e135dbe05bd819ae014c9b77e4cb4 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Wed, 17 Jun 2015 17:39:38 -0400 Subject: [PATCH] [system_tracking] Add size to files module display --- .../system-tracking/data-services/get-module-options.factory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/system-tracking/data-services/get-module-options.factory.js b/awx/ui/static/js/system-tracking/data-services/get-module-options.factory.js index f780cb12f7..9de3f18031 100644 --- a/awx/ui/static/js/system-tracking/data-services/get-module-options.factory.js +++ b/awx/ui/static/js/system-tracking/data-services/get-module-options.factory.js @@ -20,6 +20,7 @@ var moduleConfig = { 'uid': 'user id: {{uid}}, group id: {{gid}}', 'mode': true, 'md5': true, + 'size': true, 'mtime': '{{mtime|formatEpoch}}' }, nameKey: 'path',