From 6f50787bdd7e8eefe032a139c632ae5f4bf0fda7 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 7437a4ab77..b60d68eef4 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