summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/components/pods/pods.html
AgeCommit message (Collapse)AuthorFilesLines
2018-04-20Add toast message in pods pagethuva41-10/+6
User can view the error/success message in any part of the web page. JIRA: RELENG-392 Change-Id: If2564bec92b17cecb847bccfee8a57979d23b45c Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-28Add enter to searchthuva41-1/+1
Add directive to filter the list by enter JIRA: RELENG-351 Change-Id: I1abc92cdf2cb103e1ba9b685437b65035c88dd5d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-27Add sorting in pods pagethuva41-3/+24
Show the results in sorted order Provide options to sort the results by name, role, mode Change-Id: I8b514769e9b878a0ff4bafcae8e909af3284f7ca Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-16Design the scenario create methodthuva41-11/+2
design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects and customs are implemented. tests are added. 1. Pods page 2. project page 3. Scenarios 4. Scenario Change-Id: Ice26af77ec3d5fe874cf5c2062f208072dea289f Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-09Add links in prods,projects and results pagesthuva41-7/+6
Add links for the redirection Created Result page Change-Id: I7ba80f6a8d774d6fde33280f701c1188cb5c32d9 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2017-12-05Add view option in pods pagethuva41-14/+8
Created the view function for the pods page. It will redirect to pods/:name page where user can see the more details about the pod. Change-Id: I0d6c06098fd78ecca523a49e2bb532001adaeaa8 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2017-12-02redesign the pods interfacethuva41-70/+75
redesign the pods interface and add the delate operation for the podas in backend. Fix the issue in creating pods: Owner is null Change-Id: I2f8e907f9ab62362a3003d6457662ab85bf2cb12 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2017-11-22showing the response message in the pods pagethuva41-2/+11
Edit the response from the server and remove the traceback part from the error response. Add create success alert. Change-Id: I887a9ca1b55050d961c6db1141c15203a978aec1 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2017-11-21move self-developed front-end codes to ui/SerenaFeng1-0/+76
Change-Id: I0b64661e73d940a577f27ded9322086788e4f5f3 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>