AOE Disks not discovered in WebUI

Hi,
I would like my network storage AOE (ATA Over Ethernet) to be detected by the WebUI in my TrueNAS Scale.

The /dev/etherd/e1.1 disk is visible in the system:

lsblk

NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda           8:0    0   1.8T  0 disk
└─sda1        8:1    0   1.8T  0 part
sdb           8:16   0   1.8T  0 disk
└─sdb1        8:17   0   1.8T  0 part
sdc           8:32   0   1.8T  0 disk
└─sdc1        8:33   0   1.8T  0 part
etherd/e1.1 152:0    0  14.6T  0 disk

 blkid
/dev/sdb1: LABEL="pool1" UUID="16442082168976559051" UUID_SUB="7093590244684122422" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="91d591ef-faa5-4110-a901-08edadc571a4"
/dev/sdc1: LABEL="pool1" UUID="16442082168976559051" UUID_SUB="13984627305268308369" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="7cfca192-6dab-4846-9502-c7a0d11580fa"
/dev/sda1: LABEL="pool1" UUID="16442082168976559051" UUID_SUB="4698163313041713279" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="7b986604-bd45-41f5-b417-88d7f1486b58"
/dev/etherd/e1.1: LABEL="pool-coraid-lun1" UUID="4956428258616236964" UUID_SUB="10545282909607564340" BLOCK_SIZE="512" TYPE="zfs_member"

and I can even manually create a pool

zpool create -m /mnt/aoe-pool aoe-pool /dev/etherd/e1.1

zfs list

NAME                                                         USED  AVAIL  REFER  MOUNTPOINT
aoe-pool                                                     132K  14.4T    24K  /mnt/aoe-pool

but I would like to do everything through the WebUI, because I have problems with sharing that pool (some permissions related errors).
I know that AOE disks are not recommended for TrueNAS, but I have such an array and I would like to use it as an additional ZFS pool.