Index: /branches/amp_3_7/extensions/monitoring/webui/resource/device/device.controller.js
===================================================================
--- /branches/amp_3_7/extensions/monitoring/webui/resource/device/device.controller.js	(revision 2455)
+++ /branches/amp_3_7/extensions/monitoring/webui/resource/device/device.controller.js	(working copy)
@@ -192,6 +192,7 @@
                 let isDeviceAdmin = $scope.role_info.role_id !== null && $scope.role_info.role_id !== '0';
                 roleMgmtService.getRoleDeviceGroupMapping($scope.role_info).then(function (res) {
                     modalViewModel.loading = false;
+                    modalViewModel.deviceList = [];
                     if (res && res.status === 200) {
                         try {
                             let data = res.data;
Index: /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js
===================================================================
--- /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js	(revision 2455)
+++ /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js	(working copy)
@@ -17,6 +17,7 @@
             addViewModal.username = "";
             addViewModal.password = "";
             addViewModal.webui_port = 8888;
+            addViewModal.port = 9997;
             addViewModal.log_enable = false;
             addViewModal.backup_enable = false;
             addViewModal.user_display = false;
Index: /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/notification/channel/channel-detail.html
===================================================================
--- /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/notification/channel/channel-detail.html	(revision 2455)
+++ /branches/amp_3_7/src/webui/webui/htdocs/new/src/client/app/modules/notification/channel/channel-detail.html	(working copy)
@@ -23,10 +23,7 @@
                     <div class="col-md-3">
                         <select ng-verify id="type" class="form-control" ng-model="channelDetail.type" ng-change="channelDetail.changeType()">
                             <option value="email">{{ 'Email' | T}}</option>
-                            <option value="dingding">{{ 'DingDing' | T}}</option>
-                            <option value="wechat">{{ 'WeChat Work' | T}}</option>
-                            <!-- <option value="LINE">{{ 'LINE' | T}}</option> -->
-                            <option value="webhook">{{ 'webhook' | T}}</option>
+                            <option value="webhook">{{ 'Webhook' | T}}</option>
                         </select>
                     </div>
                 </div>
@@ -155,4 +152,4 @@
             </form>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>
