3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-01 05:17:45 +00:00

Added “new” buttons for manufacturer and category in asset model creation

This commit is contained in:
snipe
2017-12-19 20:30:46 -08:00
parent fbe093705d
commit b716db225f
6 changed files with 91 additions and 1 deletions

View File

@ -29,4 +29,13 @@ class ModalController extends Controller
function user() {
return view('modals.user');
}
function category() {
return view('modals.category');
}
function manufacturer() {
return view('modals.manufacturer');
}
}