mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 01:20:21 -04:00
So the user can download the QR code to backup if they lose access to their device. The download currently does only work in chrome and firefox, but not in safari. The reason is, that the action link uses `ipl\Web\Url` which adds '///' between the schema and the base path. The safari browser can't handle this. 'data:image/png;base64,...' is converted to 'data:///image/png;base64...'. |
||
|---|---|---|
| .. | ||
| Account | ||
| Announcement | ||
| Authentication | ||
| Config | ||
| Control | ||
| Dashboard | ||
| Navigation | ||
| Security | ||
| AcknowledgeApplicationStateMessageForm.php | ||
| ActionForm.php | ||
| AutoRefreshForm.php | ||
| ConfigForm.php | ||
| ConfirmRemovalForm.php | ||
| LdapDiscoveryForm.php | ||
| MigrationForm.php | ||
| PreferenceForm.php | ||
| RepositoryForm.php | ||