From c0e453b4454d72d83657250b9838a94972e14208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 23 Feb 2017 16:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8A=82=E7=82=B9=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Node.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/admin/controller/Node.php b/application/admin/controller/Node.php index 435dc2790..532b77e96 100644 --- a/application/admin/controller/Node.php +++ b/application/admin/controller/Node.php @@ -20,6 +20,12 @@ class Node extends BasicAdmin { public function index() { $this->title = '系统节点管理'; + $alert = [ + 'type' => 'danger', + 'title' => '安全警告', + 'content' => '系统数据请勿随意修改!' + ]; + $this->assign('alert', $alert); parent::_list($this->table, FALSE); }