You can improve the appearance and presentation of the Dependencies page by updating the tableDependCat.xml file.
First:
You can improve the title by changing the 'singular_name' and 'plural_name' elements.
Second:
You can change the order of columns, or choose to remove them from the display, by changing the 'col' element in 'display_columns'.
The two columns to remove are only used for backward compatibility with old versions of the DB2 server.
The other columns are rearranged into a more logical order.
Third:
You can change the column titles by updating the 'c_title' element in 'display_columns'.
Goal:
Clean up the appearance of the Dependencies page.
Steps to complete:
- Open the file '/var/www/tableDefinitions/tableDependCat' from gedit or open a terminal and run the following command:
- “gedit /var/www/tableDefinitions/tableDependCat.xml &”
- Make the changes as indicated on the right
- Save the file
- Do not close the file
The changes are indicated with the following:
- Indicated text has been removed
- Indicated text has been edited
- Indicated text has been added
- Indicated text is the source of a copy