* zentao: add .menu-dtable-actions className for project dtable.
This commit is contained in:
@@ -291,7 +291,7 @@ foreach($setting as $value)
|
||||
'delete' => array('icon'=> 'icon-trash', 'hint'=> '删除', 'text' => '删除'),
|
||||
'other' => array('type'=> 'dropdown', 'hint'=> '其他操作', 'caret' => true),
|
||||
'link' => array('icon'=> 'icon-link', 'text'=> '关联产品', 'name' => 'link'),
|
||||
'more' => array('icon'=> 'icon-ellipsis-v', 'hint'=> '更多', 'type' => 'dropdown', 'caret' => false),
|
||||
'more' => array('icon'=> 'icon-ellipsis-v', 'hint'=> '更多', 'type' => 'dropdown', 'caret' => false, 'className' => 'menu-dtable-actions'),
|
||||
'whitelist' => array('icon'=> 'icon-shield-check', 'text'=> '项目白名单', 'name' => 'whitelist'),
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user