Bassa
Bassa copied to clipboard
Duplicate id reference in views/dashboard.html table
Expected Behavior
In here table row tag duplicate id 'vertalign' reference added but in html we cannot have same name for element id so it must be a class
Current Behavior
<td id="vertalign" data-title="ID">{{$index + 1}}</td> <td id="vertalign" data-title="Issue">{{data.download_name}}</td> <td id="vertalign" data-title="Progress">
Possible Solution
make a class for that id
Steps to Reproduce (for bugs)
Context
Your Environment
- Version used:
- Environment name and version (e.g. Chrome 39, node.js 5.4):
- Operating System and version (desktop or mobile):
- Link to your project:
@Shehanka can I work on it this issue
@avsingh999 Yes you can if feel to do
@kmehant i guess this issue fixed. Can you confirm and close this issue ?