scorelab / Bassa

Automated Download Queue for Communities to take the best use of Internet bandwidth
GNU General Public License v3.0
168 stars 494 forks source link

Duplicate id reference in views/dashboard.html table #706

Open chamodshehanka opened 5 years ago

chamodshehanka commented 5 years ago

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

`{{$index + 1}}

{{data.download_name}}
        <td id="vertalign" data-title="Progress">`

Possible Solution

make a class for that id

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

avsingh999 commented 5 years ago

@Shehanka can I work on it this issue

chamodshehanka commented 5 years ago

@avsingh999 Yes you can if feel to do

hv7214 commented 4 years ago

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