diff --git a/app/views/admin/hosts/pending.html.erb b/app/views/admin/hosts/pending.html.erb index 77365e1..9eef064 100644 --- a/app/views/admin/hosts/pending.html.erb +++ b/app/views/admin/hosts/pending.html.erb @@ -1,24 +1,29 @@ -

Pending Clients

+

+ Pending Clients + +

<% if @hosts.empty? %>

There are no clients waiting for configuration

<% else %> -
- - - - - - - - - - - +
+
+
NameFQDNUserPortCreated AtApproved By
+ + + + + + + + + + - - <%= render partial: 'host', collection: @hosts %> - -
NameFQDNUserPortCreated AtApproved By
+ + <%= render partial: 'host', collection: @hosts %> + + +
<% end %> diff --git a/app/views/shared/_admin.html.erb b/app/views/shared/_admin.html.erb index 18be359..271e4b2 100644 --- a/app/views/shared/_admin.html.erb +++ b/app/views/shared/_admin.html.erb @@ -1,65 +1,66 @@