Rename Default Value to Value in table header
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/b0864c1a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/b0864c1a Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/b0864c1a Branch: refs/heads/0.5.0 Commit: b0864c1a1e5b190d13e94269c0a85dd6815b1ec8 Parents: 556d802 Author: Andrew Kennedy <[email protected]> Authored: Wed Feb 13 18:24:44 2013 +0000 Committer: Andrew Kennedy <[email protected]> Committed: Wed Feb 27 17:26:56 2013 +0000 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/b0864c1a/usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html b/usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html index 9a8d41c..a294f0d 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/apps/policy.html @@ -16,8 +16,8 @@ <table id="policy-config-table" class="table table-striped table-condensed nonDatatables"> <thead> <tr> - <th width="40%">Name</th> - <th width="50%">Default Value</th> + <th width="35%">Name</th> + <th width="55%">Value</th> <th width="10%">Edit</th> </tr> </thead>
