Update welcome page, routing modul for Admin dan Perencana

This commit is contained in:
Titan Hadiyan
2023-06-06 10:41:27 +07:00
parent b79a65dfcf
commit b0fc56e3f0
22 changed files with 23494 additions and 6 deletions

View File

@@ -141,5 +141,85 @@ export default [
{
text: "Kontrak",
icon: "images/icon/ico-7-kontrak.png",
},
{
text: 'Drp Monitoring',
path: '/drp-monitoring',
icon: 'folder'
},
{
text: '/rks/rks Daftar',
path: '//rks/rks-daftar',
icon: 'folder'
},
{
text: '/rks/rks Template',
path: '//rks/rks-template',
icon: 'folder'
},
{
text: '/rks/rks Daftar Kontrak',
path: '//rks/rks-daftar-kontrak',
icon: 'folder'
},
{
text: '/rks/rks Template Kontrak',
path: '//rks/rks-template-kontrak',
icon: 'folder'
},
{
text: 'Rks Hpe Penyusunan',
path: '/rks-hpe-penyusunan',
icon: 'folder'
},
{
text: 'Rks Hpe Approval',
path: '/rks-hpe-approval',
icon: 'folder'
},
{
text: 'Rks Hpe Revisi',
path: '/rks-hpe-revisi',
icon: 'folder'
},
{
text: 'Rks Hpe Cetak',
path: '/rks-hpe-cetak',
icon: 'folder'
},
{
text: 'Hps Penyusunan',
path: '/hps-penyusunan',
icon: 'folder'
},
{
text: 'Hps Approval',
path: '/hps-approval',
icon: 'folder'
},
{
text: 'Hps Revisi',
path: '/hps-revisi',
icon: 'folder'
},
{
text: 'Hps Cetak',
path: '/hps-cetak',
icon: 'folder'
},
{
text: 'Hps Monitoring',
path: '/hps-monitoring',
icon: 'folder'
},
{
text: 'Rks Monitoring',
path: '/rks-monitoring',
icon: 'folder'
},
{
text: 'Kontrak Monitoring',
path: '/kontrak-monitoring',
icon: 'folder'
}
];