Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html_widget/actions/WidgetView.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Widgets\ShrankHtmlWidget\Actions;
namespace Modules\ShrankHtmlWidget\Actions;
use CControllerDashboardWidgetView,
CControllerResponseData;
class WidgetView extends CControllerDashboardWidgetView {
Expand Down
2 changes: 1 addition & 1 deletion html_widget/includes/WidgetForm.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Widgets\ShrankHtmlWidget\Includes;
namespace Modules\ShrankHtmlWidget\Includes;
use Zabbix\Widgets\CWidgetForm;
use Zabbix\Widgets\Fields\CWidgetFieldTextArea;
class WidgetForm extends CWidgetForm {
Expand Down
1 change: 0 additions & 1 deletion html_widget/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "widget",
"name": "HTML",
"namespace": "ShrankHtmlWidget",
"description": "Displays plain html content.",
"version": "1.0",
"author": "shrank",
"actions": {
Expand Down