Web interface questions

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
PyLEVEQUE
Messages: 2
Registration: March 23, 2018 - 11:28

March 23, 2018 - 11:55

Hello,

I've been exploring WAPT for a few weeks now.
I have two questions regarding the user interface:

First, can you confirm that this is indeed a locally hosted web server using the Django framework?


Second, I've encountered an error in how the pages are displayed:

The package uninstallation page doesn't seem to depend on the correct file. When I uninstall a package, I naturally end up on the page 127.0.0.1:8088/remove (see Remove.png).
As you can see, the uninstallation message is incorrect.

After some research and testing, I discovered that the content of this page (which should depend on remove.html) actually depends on install.html, which is most likely the cause of this problem.
This doesn't affect the package installation/uninstallation process, but it's a problem when trying to customize the view of each page independently (the remove.html file doesn't seem to be used).

I'm using version 1.5.1.21.

Thanks in advance for your help.
Attachments
Remove.png
Remove.png
Remove.PNG (44.54 KB) Viewed 2904 times
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

March 23, 2018 - 2:08 PM

Hello Pyleveque,
PyLEVEQUE wrote: March 23, 2018 - 11:55 AM I've been exploring WAPT for a few weeks now.
I have two questions regarding the user interface:

First, can you confirm that it is indeed a locally hosted web server?
Yes
PyLEVEQUE wrote: March 23, 2018 - 11:55 and that he uses the Django Framework?
No, it's Rocket with Jinja2
PyLEVEQUE wrote: March 23, 2018 - 11:55 AM Then I encountered an error in how the pages are displayed:

The package uninstallation page doesn't seem to depend on the correct file. When I uninstall a package, I naturally end up on the page 127.0.0.1:8088/remove (see Remove.png).
As you can see, the uninstallation message is incorrect.

After some research and testing, I discovered that the content of this page (which should depend on remove.html) actually depends on install.html, which is very likely the cause of this problem.
It doesn't affect the package installation/uninstallation process at all, but it's a problem when you want to customize the view of each page independently (the remove.html file doesn't seem to be used).

I should mention that I'm on version 1.5.1.21.
Yes, it's a bug. I'll create an issue in Roundup to make sure it's not overlooked. It should be fixed in the next minor release.

Sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked