Skip to content

Commit

Permalink
📦 Update redistributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Jan 2, 2022
1 parent 8e44084 commit 4f742d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'molkobain-datacenter-view/1.9.0', array(
'molkobain-datacenter-view/1.10.0', array(
// Identification
'label' => 'Datacenter view (racks visual representation)',
'category' => 'business',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@

// Default settings
//
'settings' => array(),
'settings' => array(
// Force newsroom on mdv free version
'enabled' => true,
),
)
);

0 comments on commit 4f742d4

Please sign in to comment.