Server window database tab tweaks
- Encoding as string instead of id - Tablespace name instead of id - Database list sorting enabled - Database size
This commit is contained in:
parent
11459e1e12
commit
2724586f4e
5 changed files with 28 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ class DatabasesTableModel : public BaseTableModel
|
|||
public:
|
||||
enum e_Columns : int { NameCol, DbaCol, EncodingCol, CollateCol,
|
||||
CTypeCol, IsTemplateCol, AllowConnCol, ConnLimitCol,
|
||||
TablespaceCol, AclCol, COL_COUNT };
|
||||
TablespaceCol, SizeCol, AclCol, COL_COUNT };
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue