From 33586cd530f9b62f44e5739c91e11d2f402c71b6 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 5 Dec 2015 13:13:38 -0800 Subject: [PATCH] crmCxnManageCtrl - Style rows. Move links into dropdown. --- ang/crmCxn/ManageCtrl.html | 47 ++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/ang/crmCxn/ManageCtrl.html b/ang/crmCxn/ManageCtrl.html index 8a402e239b..901bb65bd0 100644 --- a/ang/crmCxn/ManageCtrl.html +++ b/ang/crmCxn/ManageCtrl.html @@ -22,26 +22,49 @@ - + {{cxn.app_meta.title}}
{{cxn.is_active ? ts('Enabled') : ts('Disabled')}} - - {{ts('Settings')}} - {{ts('Logs')}} - {{ts('Docs')}} - {{ts('Support')}} - {{ts('Disconnect')}} + + + {{ts('Settings')}} + {{ts('more')}} + + + + +
-- 2.25.1