Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F449211
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Apr 24, 4:27 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sat, Apr 26, 4:27 PM (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
214791
Attached To
rARCHIVING archiving
View Options
diff --git a/app/views/clients/index.html.erb b/app/views/clients/index.html.erb
index 8afebcd..1f0d8e9 100644
--- a/app/views/clients/index.html.erb
+++ b/app/views/clients/index.html.erb
@@ -1,11 +1,24 @@
-<div class="row right">
- <%= link_to 'New Client', new_host_path, class: 'btn btn-primary', role: 'button' %>
-</div>
-
<% if @hosts.empty? && @clients.empty? %>
- <h3> You have not configured any hosts yet </h2>
+ <div class="col-xs-4">
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3> You have not configured any hosts yet </h3>
+ </div>
+ <div class="panel-body">
+ <p>You should follow the application procedure as described <a href="https://grnet.gr/services/cloud-services/archiving/">here</a>.
+ </p>
+ <p>When your application will be approved, you may proceed with your clients configuration</p>
+ <br />
+ <%= link_to 'New Client', new_host_path, class: 'btn btn-primary', role: 'button' %>
+ </div>
+ </div>
+ </div>
<% else %>
+ <div class="row right">
+ <%= link_to 'New Client', new_host_path, class: 'btn btn-primary', role: 'button' %>
+ </div>
+
<%= render partial: 'clients' if @clients.any? %>
<%= render partial: 'pending_clients' if @hosts.any? %>
<%= render partial: 'client_graphs', locals: { path: clients_path } if @clients.any? %>
<% end %>
Event Timeline
Log In to Comment