Bug #5469
services instances view, table columns names are in wrong order
Status: | Pending | Start date: | 10/18/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Pull request: | |||
Affected Versions: | OpenNebula 5.4.1 |
Description
The columns name are :
ID > NAME > OWNER > GROUP > STATE
But the data are in this order :
ID > OWNER > GROUP > NAME > STATE
This is just a minor display bug.