Index: arms/html/reqStatus/content-container.html =================================================================== diff -u -r188d4296432c79d5568309e86606fb27a03a7cc8 -r9db13e49e49b1dcba9640e910b74eec521d44db2 --- arms/html/reqStatus/content-container.html (.../content-container.html) (revision 188d4296432c79d5568309e86606fb27a03a7cc8) +++ arms/html/reqStatus/content-container.html (.../content-container.html) (revision 9db13e49e49b1dcba9640e910b74eec521d44db2) @@ -74,20 +74,19 @@
-
-

- - - 제품(서비스) - 버전 선택 - -

-
-
+
+

+ + + 제품(서비스) - 버전 선택 + +

+
+
@@ -138,19 +137,19 @@
-
-

- - - Statistics - -

-
-
+
+

+ + + Statistics + +

+
+
3. 제품(서비스) 요구사항 통계
@@ -240,20 +239,20 @@
-
-

- - - Progress - -

-
-
+
+

+ + + Progress + +

+
+
5. 연결된 ALM 이슈의 진척도
@@ -273,7 +272,7 @@

Index: arms/js/reqStatus.js =================================================================== diff -u -r41bb3994595556d9391e296b43b963cb3e7fd5f4 -r9db13e49e49b1dcba9640e910b74eec521d44db2 --- arms/js/reqStatus.js (.../reqStatus.js) (revision 41bb3994595556d9391e296b43b963cb3e7fd5f4) +++ arms/js/reqStatus.js (.../reqStatus.js) (revision 9db13e49e49b1dcba9640e910b74eec521d44db2) @@ -83,6 +83,11 @@ document.head.appendChild(script); }, 5000); // 5초 후에 실행됩니다. + // 높이 조정 + $('.status-top').matchHeight({ + target: $('.status-top-statistics') + }); + //사이드 메뉴 처리 $('.widget').widgster(); setSideMenu("sidebar_menu_requirement", "sidebar_menu_requirement_status");