Index: arms/html/pdService/content-container.html =================================================================== diff -u -rfd97000dd7bb226af8aaf24da0700bde80ced575 -r725df0debe6d85bdd115b38061f6452f6ce53991 --- arms/html/pdService/content-container.html (.../content-container.html) (revision fd97000dd7bb226af8aaf24da0700bde80ced575) +++ arms/html/pdService/content-container.html (.../content-container.html) (revision 725df0debe6d85bdd115b38061f6452f6ce53991) @@ -182,9 +182,9 @@ style="padding: 0px">
+ style="margin-left: 0px !important; padding: 0px 10px 0px 10px !important; border-left: 2px solid #a4c6ff;"> + style="top: 10px !important; left: -7px; border-right: 5px solid #a4c6ff;">
선택된 제품(서비스) : Index: arms/html/pdServiceJira/content-container.html =================================================================== diff -u -r29fa9d91b6dcc34dc5154f86c78fb0169e168146 -r725df0debe6d85bdd115b38061f6452f6ce53991 --- arms/html/pdServiceJira/content-container.html (.../content-container.html) (revision 29fa9d91b6dcc34dc5154f86c78fb0169e168146) +++ arms/html/pdServiceJira/content-container.html (.../content-container.html) (revision 725df0debe6d85bdd115b38061f6452f6ce53991) @@ -320,6 +320,23 @@
+
+
+ + +
선택된 제품(서비스) : + + 선택되지 않음 + +
+
+
@@ -428,6 +445,43 @@
+
+ +
+
+
  • +
    +
    + +
    + 선택된 제품서비스 : + + 선택되지 않음 + +
    +
    + 선택된 버전 : + + 선택되지 않음 + +
    +
    +
    +
  • +
    +
    +
    Index: arms/html/pdServiceVersion/content-container.html =================================================================== diff -u -r29fa9d91b6dcc34dc5154f86c78fb0169e168146 -r725df0debe6d85bdd115b38061f6452f6ce53991 --- arms/html/pdServiceVersion/content-container.html (.../content-container.html) (revision 29fa9d91b6dcc34dc5154f86c78fb0169e168146) +++ arms/html/pdServiceVersion/content-container.html (.../content-container.html) (revision 725df0debe6d85bdd115b38061f6452f6ce53991) @@ -182,9 +182,9 @@ style="padding: 0px">
    + style="margin-left: 0px !important; padding: 0px 10px 0px 10px !important; border-left: 2px solid #a4c6ff;"> + style="top: 10px !important; border-right: 5px solid #a4c6ff;">
    선택된 제품(서비스) : Index: arms/html/reqAdd/content-container.html =================================================================== diff -u -r2fa83ff42a700663645d858065fefcfdbecdcd78 -r725df0debe6d85bdd115b38061f6452f6ce53991 --- arms/html/reqAdd/content-container.html (.../content-container.html) (revision 2fa83ff42a700663645d858065fefcfdbecdcd78) +++ arms/html/reqAdd/content-container.html (.../content-container.html) (revision 725df0debe6d85bdd115b38061f6452f6ce53991) @@ -69,6 +69,11 @@
    +
    선택된 제품서비스 : @@ -232,9 +237,9 @@ style="padding: 0px">
    + style="margin-left: 0px !important; padding: 0px 10px 0px 10px !important; border-left: 2px solid #a4c6ff;"> + style="top: 10px !important; left: -7px; border-right: 5px solid #a4c6ff;">
    선택된 제품(서비스) : Index: arms/js/pdServiceJira.js =================================================================== diff -u -rd28c6821ea97621949a2252ccd84bc7d0d6c0efc -r725df0debe6d85bdd115b38061f6452f6ce53991 --- arms/js/pdServiceJira.js (.../pdServiceJira.js) (revision d28c6821ea97621949a2252ccd84bc7d0d6c0efc) +++ arms/js/pdServiceJira.js (.../pdServiceJira.js) (revision 725df0debe6d85bdd115b38061f6452f6ce53991) @@ -143,6 +143,9 @@ $("#pdservice_connect").addClass("btn-primary"); $("#pdservice_connect").text("제품(서비스) Jira 연결 등록"); + //초기 태그 삭제 + $("#initDefaultVersion").remove(); + //버전 리스트 로드 dataLoad(selectedData.c_id, selectedData.c_title); @@ -166,6 +169,7 @@ function dataLoad(getSelectedText, selectedText) { // ajax 처리 후 에디터 바인딩. console.log("dataLoad :: getSelectedID → " + getSelectedText); + $.ajax("/auth-user/api/arms/pdService/getVersionList.do?c_id=" + getSelectedText).done(function (json) { console.log("dataLoad :: success → ", json); versionList = json.response; @@ -174,15 +178,21 @@ //version text setting var selectedHtml = `
    -
    - -
    제품(서비스) :
    -
    - ` + selectedText + - ` +
    + + +
    제품(서비스) : + + ` + selectedText + ` + +
    +
    -
    -
    `; $(".list-group-item").html(selectedHtml); $("#tooltip_enabled_service_name").val(selectedText);