issues
search
outsmain
/
db-main
Dashboard Main Page
1
stars
0
forks
source link
Create a "List Objects" page
#34
Open
outsmain
opened
10 years ago
outsmain
commented
10 years ago
Implement a page to show a list of attributes
Using data from "ATTRIB_LIST", "ATTRIB_TYPE" and "NE_LINK_RULE" when
"NE_LINK_RULE.NE_RUN_TYPE_ID" = "NE_RUN_TYPE.ID" and
"NE_LINK_RULE.ATTRIB_KEY_ID" = "ATTRIB_LIST.ID" and
"ATTRIB_LIST.ATTRIB_TYPE_ID" = "ATTRIB_TYPE.ID"
Add menu for "Connectivity" > "List Objects"
Data are show in DataTable, 10 rows per page.
It can filter by "Brand", "Model", "Version"
Filtering drop down boxes are load data from "NE_RUN_TYPE".{BRAND,MODEL,VERSION}
Every filtering drop down boxes have "ALL" on the top and it's a default option
At load time show all data in DataTable as no filtering
When "Brand" is selected, update list for "Model"
Then if "Model" is selected, update list for "Version"
If selected option is "ALL", it will not use for data filtering
DataTable will not be update until click "Search"
If click "Reset" update all filtering drop down boxes to "ALL" and update DataTable as no filtering
"Attribute" drop down box's data in DataTable is loaded from "ATTRIB_LIST" for specific " Brand", "Model", "Version" and "Command"
Implement a page to show a list of attributes