Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1433238
select_files.js.erb
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
Mon, Jan 19, 6:00 AM
Size
918 B
Mime Type
text/plain
Expires
Wed, Jan 21, 6:00 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
326033
Attached To
rARCHIVING archiving
select_files.js.erb
View Options
$('#basic-form input').attr('disabled', true);
$('#basic-form select').attr('disabled', true);
$('.loader').hide();
$('#file-tree').jstree({
'core': {
'data' : {
"url" : "
<%=
escape_javascript
(
tree_client_path
(
client_id
:
@client
.
id
))
%>
",
"data" : function(node) {
return { "id" : node.id };
},
"dataType" : "json"
}
},
'checkbox' : {
'three_state': false
},
"types" : {
"file" : {
"icon" : "glyphicon glyphicon-file"
}
},
"plugins" : ["types", "checkbox"]
});
$('#restore-details').show();
$('#file-submitter').
append('<input type="hidden" name="location" value="
<%=
escape_javascript
(
@location
)
%>
"/>');
$('#restore_data_point').html("
<%=
@restore_point
||
Time
.
now
.
strftime
(
'%Y-%m-%d %H:%M:%S'
)
%>
");
$('#restore_data_location').html("
<%=
@location
%>
");
$('#restore_data_client').html("
<%=
@restore_client
||
@client
.
name
%>
");
Event Timeline
Log In to Comment