From cf362cbfd4a92b5e42f0d3992baad3a7d3295366 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 04 11월 2021 12:52:36 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/views/workspace/workspaceUserConfig.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/workspace/workspaceUserConfig.html b/src/main/webapp/views/workspace/workspaceUserConfig.html index 1abc8e9..c611a83 100644 --- a/src/main/webapp/views/workspace/workspaceUserConfig.html +++ b/src/main/webapp/views/workspace/workspaceUserConfig.html @@ -123,7 +123,7 @@ <div class="col-xl-11"> <div class="form-group form-buttons-w2"> - <button class="btn btn-xlg btn-navy" ng-click="fn.getUserWorkspaceList(0)"> + <button class="btn btn-xlg btn-navy" ng-click="fn.getUserLevelList(0)"> <i class="os-icon os-icon-ui-37"></i> <span translate="common.search">寃��깋</span> </button> -- Gitblit v1.8.0