mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Disabled unused files list, as it uses way too much memory
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49185 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0ad6198307
commit
c2f1785ff6
@ -292,7 +292,8 @@ HTML;
|
||||
new LiteralField("UploadIframe",
|
||||
$this->getUploadIframe()
|
||||
)
|
||||
),
|
||||
)/* This has been disabled for now because of it's mass memory consumption
|
||||
,
|
||||
new Tab(_t('AssetAdmin.UNUSEDFILESTAB', "Unused files"),
|
||||
new LiteralField("UnusedAssets",
|
||||
"<div id=\"UnusedAssets\"><h2>"._t('AssetAdmin.UNUSEDFILESTITLE', 'Unused files')."</h2>"
|
||||
@ -305,7 +306,7 @@ HTML;
|
||||
<button class=\"action\">"._t('AssetAdmin.DELETEUNUSEDTHUMBNAILS', 'Delete unused thumbnails')."</button>
|
||||
</div>"
|
||||
)
|
||||
)
|
||||
)*/
|
||||
),
|
||||
new HiddenField("ID")
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user