Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615071
index.html.erb
No One
Temporary
Actions
Download 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
Sat, Mar 21, 4:49 PM
Size
983 B
Mime Type
text/html
Expires
Mon, Mar 23, 4:49 PM (19 h, 20 m)
Engine
blob
Format
Raw Data
Handle
354293
Attached To
rARCHIVING archiving
index.html.erb
View Options
<%
if
@hosts
.
empty?
&&
@clients
.
empty?
%>
<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