Bassa icon indicating copy to clipboard operation
Bassa copied to clipboard

Duplicate id reference in views/dashboard.html table

Open chamodshehanka opened this issue 5 years ago • 3 comments

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:

chamodshehanka avatar Mar 15 '19 17:03 chamodshehanka

@Shehanka can I work on it this issue

avsingh999 avatar Mar 26 '19 08:03 avsingh999

@avsingh999 Yes you can if feel to do

chamodshehanka avatar Mar 26 '19 13:03 chamodshehanka

@kmehant i guess this issue fixed. Can you confirm and close this issue ?

hv7214 avatar Feb 14 '20 08:02 hv7214