Skip to content

Commit

Permalink
Remove ellipses from dialog titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 30, 2013
1 parent 0e9d532 commit ce9af7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hawtio-web/src/main/webapp/app/fabric/html/fabricView.html
Expand Up @@ -248,7 +248,7 @@

<div modal="createProfileDialog.show">
<form name="createProfile" class="form-horizontal no-bottom-margin" ng-submit="doCreateProfile(newProfileName, selectedParents)">
<div class="modal-header"><h4>Create new Profile in Version {{activeVersionId}}...</h4></div>
<div class="modal-header"><h4>Create new Profile in Version {{activeVersionId}}</h4></div>
<div class="modal-body">
<label>Profile Name: </label>
<input name="id" class="input-xlarge" type="text" ng-model="newProfileName" required ng-pattern="/^[a-zA-Z0-9_-]*$/">
Expand All @@ -268,7 +268,7 @@

<div modal="createVersionDialog.show">
<form name="createVersion" class="form-horizontal no-bottom-margin" ng-submit="doCreateVersion(newVersionName)">
<div class="modal-header"><h4>Create new Version...</h4></div>
<div class="modal-header"><h4>Create new Version</h4></div>
<div class="modal-body">
<label>Version Name: </label>
<input name="id" class="input-xlarge" type="text" ng-model="newVersionName" ng-pattern="/^[.a-zA-Z0-9_-]*$/">
Expand Down

0 comments on commit ce9af7b

Please sign in to comment.