viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

viper template improvement request - search_result.html #772

Closed cosrah closed 4 years ago

cosrah commented 4 years ago

the search_result.html need paging. the code below in your index.html is more useful.


` {% for project in results %} {% for item in project.res %} //

{{ project.name }}
        <td><a href="{% url 'file-view' project.name item.1 %}">{{ item.0 }}</a></td>
        <td class="mono">{{ item.1 }}</td>

// {% endfor %} {% endfor %} `

botherder commented 4 years ago

Viper web was moved here https://github.com/viper-framework/viper-web. Please make any bug reports or feature requests there.