Updated Branches: refs/heads/master 10e70bcb9 -> ccf2851ca
CS-12739: VM wizard: add asterisk next to network 'name' field Original patch by: Pranav Saxena <[email protected]> Reviewed by: Brian Federle <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ccf2851c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ccf2851c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ccf2851c Branch: refs/heads/master Commit: ccf2851ca6037f2562f70dc1412cb106abad8168 Parents: 10e70bc Author: Brian Federle <[email protected]> Authored: Mon Jul 9 16:40:38 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Jul 9 16:41:14 2012 -0700 ---------------------------------------------------------------------- ui/index.jsp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ccf2851c/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index fb3327f..af05f4a 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -257,7 +257,7 @@ <!-- Name --> <div class="field name hide-if-unselected"> - <div class="name"><fmt:message key="label.name"/></div> + <div class="name"> <span class="field-required">*</span> <fmt:message key="label.name"/></div> <div class="value"> <input type="text" class="required" name="new-network-name" /> </div>
