File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9393 #arrow-maintainers {
9494 width: 100px;
9595 }
96+ #arrow-packageRank {
97+ width: 150px;
98+ }
9699 .lastUpload, #sliderAndOutput {
97100 white-space: nowrap;
98101 }
214217 <th id=arrow-lastUpload><a href="javascript: sort('lastUpload')">Last U/L</a></th>
215218 <th id=arrow-referenceVersion><a href="javascript: sort('referenceVersion')">Reference Version</a></th>
216219 <th id=arrow-maintainers><a href="javascript: sort('maintainers')">Maintainers</a></th>
220+ <th id=arrow-packageRank><a href="javascript: sort('packageRank')">Package Rank</a></th>
217221 </tr>
218222 </thead>
219223 <tbody id="listing"></tbody>
Original file line number Diff line number Diff line change 2323 <option $ if (tags )$ selected $ endif $ value=tags>tags</option>
2424 <option $ if (lastUpload )$ selected $ endif $ value=lastUpload>date of last upload</option>
2525 <option $ if (maintainers )$ selected $ endif $ value=maintainers>maintainers</option>
26- <option $ if (packageRank )$ selected $ endif $ value=packageRank>packageRank </option>
26+ <option $ if (packageRank )$ selected $ endif $ value=packageRank>rank of the package </option>
2727 </select>
2828 </label>
2929 </div>
You can’t perform that action at this time.
0 commit comments