diff --git a/users-manage/Makefile b/users-manage/Makefile index e00d4ec..d021028 100644 --- a/users-manage/Makefile +++ b/users-manage/Makefile @@ -39,10 +39,9 @@ prehook: @echo "Pre-push hook set successfully." - push: ifeq ($(commit),) $(error mn is not set) endif make prehook - git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push \ No newline at end of file + git add . && git commit -m "$(commit)" && git push \ No newline at end of file diff --git a/users-manage/src/App.vue b/users-manage/src/App.vue index aefb1fa..b0c9891 100644 --- a/users-manage/src/App.vue +++ b/users-manage/src/App.vue @@ -1,5 +1,4 @@ @@ -49,7 +75,10 @@ export default { class="flex flex-col max-h-[70vh] mb-14" >
- users table +
diff --git a/users-manage/src/components/5_pages/SitesManagerPage/SitesManagerPage.vue b/users-manage/src/components/5_pages/SitesManagerPage/SitesManagerPage.vue index 806a3d8..a29f5f9 100644 --- a/users-manage/src/components/5_pages/SitesManagerPage/SitesManagerPage.vue +++ b/users-manage/src/components/5_pages/SitesManagerPage/SitesManagerPage.vue @@ -1,12 +1,39 @@