Index: arms/html/dashboard/content-container.html =================================================================== diff -u -r89a6fbfc1023d7fcfba25ab2fdd45b7c29326414 -r1bc39d334f732595d43c0113aa23389888856a70 --- arms/html/dashboard/content-container.html (.../content-container.html) (revision 89a6fbfc1023d7fcfba25ab2fdd45b7c29326414) +++ arms/html/dashboard/content-container.html (.../content-container.html) (revision 1bc39d334f732595d43c0113aa23389888856a70) @@ -247,8 +247,20 @@
-
+
+
+ + 제품 선택 후 대시보드가 로드됩니다. + +
+
+
+
+
@@ -354,12 +366,6 @@ class="day-progress" id="endDDay">
-
- 현재 선택된 제품이 없습니다. -
@@ -380,12 +386,12 @@
-
- 현재 선택된 제품이 없습니다. -
+ + + + + +
Index: arms/js/dashboard.js =================================================================== diff -u -r134ae27317ed08e80194cda600087de79107e616 -r1bc39d334f732595d43c0113aa23389888856a70 --- arms/js/dashboard.js (.../dashboard.js) (revision 134ae27317ed08e80194cda600087de79107e616) +++ arms/js/dashboard.js (.../dashboard.js) (revision 1bc39d334f732595d43c0113aa23389888856a70) @@ -181,7 +181,7 @@ statisticsMonitor($("#selected_pdService").val()); //ES모으는중 by YHS //타임라인 - $("#notifyNoVersion2").hide(); + // $("#notifyNoVersion2").hide(); d3.json("./mock/manRequirement.json", function (data) { drawManRequirementTreeMapChart(data); @@ -406,7 +406,7 @@ let today = new Date(); // console.log(today); let plusDate = new Date(); - $("#notifyNoVersion").hide(); + $("#notifyNoVersion").slideUp(); $("#project-start").show(); $("#project-end").show();