You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some analyzers come with a short.html template. But I can't use it.
As I'm a new user, I wonder if it's my fault or if it's a bug.
When I import an zip file containing long.html and short.html, only 1 model is imported (the long one).
On a fresh installation of an Analyzer that should have a long and a short template, I can see only the long one in the list of Analyzer template
When I inspect the html source code of the short report, it does not look like the short.html file (probably looks like the built-in template for short report).
To Reproduce
Steps to reproduce the "short template not used" behavior:
Enable IP-API_1_0 analyzer (or any other analyzer that provides a short.html template)
Run the Analyzer against the 1.2.3.4 IP
Inspect the result of the short report: we can't see a span with the class="label" whereas we do see such a class in the short.html
Steps to reproduce the "short template not imported" behavior:
Enable IP-API_1_0 analyzer (or any other analyzer that provides a short.html template)
Import a zip that contains short and long report: IP-API_1_0.zip
There is a success message saying that 1 model has been imported (and we can see that this is the long one)
Expected behavior
The short.html template should be used for short report as mentioned in documentation.
We should be able to import it with the "upload zip" feature
Describe the bug
Some analyzers come with a
short.html
template. But I can't use it.As I'm a new user, I wonder if it's my fault or if it's a bug.
When I import an zip file containing
long.html
andshort.html
, only 1 model is imported (the long one).On a fresh installation of an Analyzer that should have a long and a short template, I can see only the long one in the list of Analyzer template
When I inspect the html source code of the short report, it does not look like the short.html file (probably looks like the built-in template for short report).
To Reproduce
Steps to reproduce the "short template not used" behavior:
Steps to reproduce the "short template not imported" behavior:
Enable IP-API_1_0 analyzer (or any other analyzer that provides a short.html template)
Import a zip that contains short and long report:
IP-API_1_0.zip
There is a success message saying that 1 model has been imported (and we can see that this is the long one)
Expected behavior
The short.html template should be used for short report as mentioned in documentation.
We should be able to import it with the "upload zip" feature
Complementary information
N/A
Work environment
I'm using the following docker-compose.yml file :
docker-compose.yml
Possible solutions
N/A
Additional context
Looking in Elasticsearch (with Kibana), I can't see anything related to short templates: indices with _label=AnalyzerTemplate are only long ones.
Thanks !
The text was updated successfully, but these errors were encountered: