diff --git a/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep
index 9ebcbaa..66420e8 100644
--- a/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep
+++ b/root/usr/share/smanager/themes/default/templates/partials/_lets_LIST.html.ep
@@ -89,6 +89,8 @@
<%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'})%> | <%=$c->render_to_string(inline=>$row->{'Table1-Brief description'})%> | @@ -114,7 +117,11 @@<%=$c->render_to_string(inline=>$row->{'Table1-LABEL_POINT'})%> | <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_LECERT'})%> | <%=$c->render_to_string(inline=>$row->{'Table1-IS_IN_CERT'})%> | -<%=$c->render_to_string(inline=>$row->{'Table1-CHECK'})%> | + % if ($link ne "") { +<%= $linkbtn %> | + % } else { +  | + % }