Skip to content

Commit

Permalink
add title
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce.wu committed Dec 16, 2024
1 parent 888a167 commit 9f66044
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<input id="selectedHostsViewModel" type="hidden" value="" disabled="disabled"/>
</div>

<div id="bkHostsChoiceParameterApp">
<f:entry title="${h.escape(it.name)}" description="${it.formattedDescription}">
<div id="bkChoiceTabs" class="tabBar">
<j:forEach items="${it.getTabs()}" var="item" varStatus="status">
<j:set var="class" value="tab active"/>
Expand Down Expand Up @@ -84,7 +84,7 @@
<input id="selectedFileHosts" name="selectedFileHosts" type="hidden" value='{}' disabled="disabled"/>
</div>
</div>
</div>
</f:entry>

<!-- 弹窗 -->
<div id="selectedViewModal" class="modal-overlay">
Expand Down

0 comments on commit 9f66044

Please sign in to comment.