[
https://issues.apache.org/jira/browse/OOZIE-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13595040#comment-13595040
]
jun aoki commented on OOZIE-1224:
---------------------------------
I saw a trailing space at line 338. It is subtle.
{code}
@@ -1869,14 +1864,14 @@
var bundleJobId = thisGrid.store.data.items[rowIndex].data.bundleJobId;
bundleJobDetailsGridWindow(bundleJobId);
}
-
+ <<--- Here!!
var jobs_grid = new Ext.grid.GridPanel({
store: jobs_store,
loadMask: true,
columns: [new Ext.grid.RowNumberer(), {
id: 'id',
{code}
> web console user interface improvements
> ---------------------------------------
>
> Key: OOZIE-1224
> URL: https://issues.apache.org/jira/browse/OOZIE-1224
> Project: Oozie
> Issue Type: Improvement
> Affects Versions: trunk
> Reporter: Matthew Ropp
> Priority: Minor
> Labels: console, newbie
> Fix For: trunk
>
> Attachments: patch.txt, patch.txt, patch.txt, patch.txt
>
>
> Have made several small changes to oozie-console.js to improve the UI:
> - remove width of main console screen so it will horizontally fill available
> space
> - increase size of several Coord Job Info text fields to make them larger and
> consistent
> - increase size of Job Info text fields so entire contents can be seen
> - when Coord Job Info or Job Info window is resized, stretch contents to match
> - capitalize field titles for "frequency" and "unit" in Coordinator Jobs grid
> - lengthen width of some columns in grid displays
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira