bad9b6761d
Browser behavior is not ideal; a new tab is opened on restart. Browsers won't let me redirect to a file:// so I cannot use the old tab.
10 lines
345 B
Text
10 lines
345 B
Text
<ul .dropdown-menu>
|
|
<li>
|
|
<a href="@{NewRepositoryR}">
|
|
<i .icon-plus-sign></i> Add another local repository
|
|
<a href="@{RepositorySwitcherR}">
|
|
<i .icon-folder-close></i> Switch repository
|
|
<a href="@{RestartR}">
|
|
<i .icon-repeat></i> Restart daemon
|
|
<a href="@{ShutdownR}">
|
|
<i .icon-off></i> Shutdown daemon
|