Add tableActions component

Creating a separate table actions component to allow
row action customizations like disabling certain
actions and rendering different icons.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I85e96045af27701f5ecc4af9bf824e248abccbf5
diff --git a/app/index.js b/app/index.js
index 32acb66..c839708 100644
--- a/app/index.js
+++ b/app/index.js
@@ -67,6 +67,7 @@
 
 import components_index from './common/components/index.js';
 import table_component from './common/components/table/table.js';
+import table_actions_component from './common/components/table/table-actions.js';
 
 import login_index from './login/index.js';
 import login_controller from './login/controllers/login-controller.js';