close
This commit is contained in:
parent
b407b55cc4
commit
fb73c416e1
@ -13,11 +13,10 @@
|
|||||||
"slug": "worklist"
|
"slug": "worklist"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "/logout",
|
"url": "/close",
|
||||||
"name": "Logout",
|
"name": "Exit",
|
||||||
"icon": "menu-icon tf-icons ri-account-circle-line",
|
"icon": "menu-icon tf-icons ri-door-open-line",
|
||||||
"slug": "auth-register-basic",
|
"slug": "close"
|
||||||
"target": "_blank"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
Route::get('/', fn () => redirect()->route('staff.worklist.index'));
|
Route::get('/', fn () => redirect()->route('staff.worklist.index'));
|
||||||
|
|
||||||
|
Route::view('close', 'content.pages.close-window')->name('close');
|
||||||
|
|
||||||
Route::group(['prefix' => 'pacs', 'as' => 'pacs.'], function () {
|
Route::group(['prefix' => 'pacs', 'as' => 'pacs.'], function () {
|
||||||
Route::get('sync', SyncOrthancController::class)->name('sync');
|
Route::get('sync', SyncOrthancController::class)->name('sync');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user