From f5c717f0675f56aab0637470e759debf31b5245e Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 17 Feb 2014 11:44:16 +0100 Subject: [PATCH] UI now correctly shows if self-signed certificates are allowed for a link --- app/View/Servers/index.ctp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/View/Servers/index.ctp b/app/View/Servers/index.ctp index fc2d41076..2e3a8ed69 100755 --- a/app/View/Servers/index.ctp +++ b/app/View/Servers/index.ctp @@ -23,6 +23,7 @@ Paginator->sort('url');?> From Paginator->sort('cert_file');?> + Paginator->sort('self_signed');?> Paginator->sort('org');?> Last Pulled ID Last Pushed ID @@ -36,6 +37,7 @@ foreach ($servers as $server): ?>       +