mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
17 lines
402 B
PHP
17 lines
402 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
|
|
namespace Combodo\iTop\Application\UI\Component\Dashlet;
|
|
|
|
|
|
use Combodo\iTop\Application\UI\Layout\UIContentBlock;
|
|
|
|
class DashletContainer extends UIContentBlock
|
|
{
|
|
public const BLOCK_CODE = 'ibo-dashlet';
|
|
public const HTML_TEMPLATE_REL_PATH = 'layouts/content-block/layout';
|
|
} |