Added final property. Updated Manage Resources.
This commit is contained in:
parent
922607256f
commit
061ef6148b
|
@ -186,7 +186,7 @@ public class AddedResourcesSummary extends Composite {
|
|||
// to delete
|
||||
final ResourceElementBean toDelete = deleteResourceEvent.getResource();
|
||||
|
||||
Button toDeleteButton = deleteResourceEvent.getDeleteButton();
|
||||
final Button toDeleteButton = deleteResourceEvent.getDeleteButton();
|
||||
|
||||
toDeleteButton.setEnabled(false);
|
||||
|
||||
|
|
|
@ -6,9 +6,14 @@
|
|||
.important {
|
||||
font-weight: bold;
|
||||
}
|
||||
.manage_resource_title{
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
}
|
||||
</ui:style>
|
||||
<g:HTMLPanel>
|
||||
<h4>Manage Resources</h4>
|
||||
<g:HTML addStyleNames="{style.manage_resource_title}">Manage Resources</g:HTML>
|
||||
<b:TabPanel ui:field="tabPanel">
|
||||
<b:Tab ui:field="addResources" heading="Add Resource"></b:Tab>
|
||||
<b:Tab ui:field="addedResources" heading="Added Resources"></b:Tab>
|
||||
|
|
Loading…
Reference in New Issue