proof of concept remote reordering UI (needs to be changed to use drag and drop)

This commit is contained in:
Joey Hess 2013-03-13 17:59:33 -04:00
parent 19c0a0d5b1
commit 581fe0644f
5 changed files with 61 additions and 2 deletions

View file

@ -1,5 +1,8 @@
/ DashboardR GET HEAD
/repositories RepositoriesR GET
/repositories/moveup/#UUID MoveRepositoryUp GET
/repositories/movedown/#UUID MoveRepositoryDown GET
/noscript NoScriptR GET
/noscript/auto NoScriptAutoR GET