src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js
@@ -520,7 +520,7 @@ // 호스팅 case "USE_HOSTING" : if (scope.data.ispName !== null) { if (scope.data.hostingName !== null) { makeTag += "<span ng-click=\"event.changeDetailView(data.id)\" class='cursor' translate='" + scope.data.hostingName + "'></span>"; }else { makeTag += "<span></span>";