Skip to content

Commit

Permalink
bugfix: 我的应用-应用部署-下架 title错误 (#94) (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexianbin authored and wklken committed May 17, 2019
1 parent 5c82d87 commit 6569dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paas-ce/paas/paas/templates/base_app.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
title_msg = u'基本信息管理'
elif relative_path.startswith(SITE_URL + "release/history") or (relative_path.startswith(SITE_URL + "release/") and relative_path.endswith(SITE_URL + "version/")):
title_msg = u'发布历史'
elif relative_path.startswith(SITE_URL + "release/"):
title_msg = u'发布部署'
elif (relative_path.startswith(SITE_URL + "release/") and relative_path.endswith("offline/")):
title_msg = u'下架'
elif relative_path.startswith(SITE_URL + "release/"):
title_msg = u'发布部署'
%>
<div class="main_hd">
<h5>&nbsp;</h5>
Expand Down

0 comments on commit 6569dac

Please sign in to comment.