Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F2571733
routes.rb
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
Wed, Jun 10, 9:02 PM
Size
720 B
Mime Type
text/plain
Expires
Fri, Jun 12, 9:02 PM (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
398726
Attached To
rARCHIVING archiving
routes.rb
View Options
Rails
.
application
.
routes
.
draw
do
root
'clients#index'
resources
:clients
,
only
:
[
:index
,
:show
]
resources
:hosts
,
only
:
[
:new
,
:create
,
:show
,
:edit
,
:update
,
:destroy
]
do
member
do
post
:submit_config
get
:restore
post
:run_restore
delete
:revoke
end
resources
:jobs
,
only
:
[
:new
,
:create
,
:show
,
:edit
,
:update
,
:destroy
]
do
member
do
patch
:toggle_enable
post
:backup_now
end
end
resources
:filesets
,
only
:
[
:show
,
:new
,
:create
,
:destroy
]
resources
:schedules
,
only
:
[
:show
,
:new
,
:edit
,
:create
,
:update
,
:destroy
]
end
namespace
:admin
do
get
'/'
=>
'base#index'
resources
:clients
,
only
:
[
:index
,
:show
]
end
end
Event Timeline
Log In to Comment