diff options
Diffstat (limited to 'src/main/webapp/pages/adminIndex.jsp')
-rw-r--r-- | src/main/webapp/pages/adminIndex.jsp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/webapp/pages/adminIndex.jsp b/src/main/webapp/pages/adminIndex.jsp index 3c16a28..1b0f4e7 100644 --- a/src/main/webapp/pages/adminIndex.jsp +++ b/src/main/webapp/pages/adminIndex.jsp @@ -21,6 +21,9 @@ </style> </head> <body> +<a href="logout.jsp"> + <button>Log out</button> +</a> <h1>Lista korisnika</h1> <% IService service=(IService)Naming.lookup(CONSTS.rmiUrl); |