Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-11-02 05:52:31 +0300
committermattab <matthieu.aubry@gmail.com>2015-11-02 05:52:31 +0300
commitcef675a10832bbeadafd400c136e427435381a1a (patch)
treebc4daa806cb3507466a66ee063c291bff48c00df /plugins/CoreAdminHome/stylesheets
parenta6392f3e3c4c14f91297ead582e03a2c9b7b2727 (diff)
UI tests don't show the notification re: Old PHP version
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index 9d232f789b..dde1da48ed 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -8,7 +8,7 @@
}
// hide PHP is deprecated notification in UI test
-.uiTest [notification-id="PHP53VersionCheck"] {
+.uiTest [notification-id="DeprecatedPHPVersionCheck"] {
display: none !important;
}