Commit 1d743b18 by Samuel Taniel Mulyadi

Merge branch 'master' of https://gitlab.ui.ac.id/dtd/civitas.ui into sam

2 parents b019a23f f645776c
Showing with 1 additions and 1 deletions
...@@ -49,7 +49,7 @@ const tabs = [ ...@@ -49,7 +49,7 @@ const tabs = [
const tabsByCivitas: Record<string, string[]> = { const tabsByCivitas: Record<string, string[]> = {
staf: ['profile', 'keamanan', 'log', 'peta', 'lib'], staf: ['profile', 'keamanan', 'log', 'peta', 'lib'],
dosen: ['profile', 'keamanan', 'jadwal', 'log', 'peta', 'lib'], dosen: ['profile', 'keamanan', 'jadwal', 'log', 'peta', 'lib'],
mahasiswa: ['profile', 'keamanan', 'riwayat', 'jadwal', 'peta', 'lib'], mahasiswa: ['profile', 'keamanan', 'riwayat', 'peta', 'lib'],
} }
// Compute allowed tabs for the current user // Compute allowed tabs for the current user
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!