From 3f45ec1851bf75f10b1cacf9d5ead89f875d3217 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 16 12월 2021 14:03:50 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js index e7f15cf..8f1ce26 100644 --- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js +++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js @@ -90,6 +90,11 @@ .setDName("email") .setDAlign("text-center")); $scope.vm.tableConfigs.push($tableProvider.config() + .setHName("companyField.url") + .setHWidth("bold") + .setDName("url") + .setDAlign("text-center")); + $scope.vm.tableConfigs.push($tableProvider.config() .setHName("hostingField.memo") .setHWidth("bold") .setDName("memo") -- Gitblit v1.8.0