oldj 8 năm trước cách đây
mục cha
commit
b91395437c
8 tập tin đã thay đổi với 153 bổ sung190 xóa
  1. 145 182
      app/bundle.js
  2. 1 1
      app/version.js
  3. 2 2
      ui/app.js
  4. 1 1
      ui/events/save.js
  5. 1 1
      ui/events/sort.js
  6. 1 1
      ui/events/toggle_hosts.js
  7. 1 1
      ui/events/top_toggle.js
  8. 1 1
      ui/events/update_hosts.js

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 145 - 182
app/bundle.js


+ 1 - 1
app/version.js

@@ -1 +1 @@
-exports.version = [3,3,2,5133];
+exports.version = [3,3,2,5169];

+ 2 - 2
ui/app.js

@@ -76,7 +76,7 @@ export default class App extends React.Component {
       }
       let current = this.state.current
       state.current = data.list.find(item => item.id === current.id) ||
-                      data.sys_hosts
+        data.sys_hosts
 
       this.setState(state)
     })
@@ -100,7 +100,7 @@ export default class App extends React.Component {
 
   static isReadOnly (hosts) {
     return !hosts || hosts.is_sys || hosts.where === 'remote' ||
-           hosts.where === 'group'
+      hosts.where === 'group'
   }
 
   toSave () {

+ 1 - 1
ui/events/save.js

@@ -6,7 +6,7 @@
 'use strict'
 
 import Agent from '../Agent'
-import updated from './list_updated'
+const updated = require('./list_updated')
 
 module.exports = (app, list, hosts = null) => {
   return Agent.pact('saveHosts', list)

+ 1 - 1
ui/events/sort.js

@@ -6,7 +6,7 @@
 'use strict'
 
 import Agent from '../Agent'
-import updated from './list_updated'
+const updated  = require('./list_updated')
 
 module.exports = (app, ids) => {
   let list = app.state.list

+ 1 - 1
ui/events/toggle_hosts.js

@@ -6,7 +6,7 @@
 'use strict'
 
 import Agent from '../Agent'
-import save from './save'
+const save  = require('./save')
 
 module.exports = (app, hosts) => {
   hosts.on = !hosts.on

+ 1 - 1
ui/events/top_toggle.js

@@ -6,7 +6,7 @@
 'use strict'
 
 import Agent from '../Agent'
-import updated from './list_updated'
+const updated = require('./list_updated')
 
 module.exports = (app, on, on_ids, callback) => {
   let list = app.state.list

+ 1 - 1
ui/events/update_hosts.js

@@ -7,7 +7,7 @@
 
 //import Agent from '../Agent'
 //import cleanData from '../../app/server/cleanData'
-import save from './save'
+const save = require('./save')
 
 module.exports = (app, hosts) => {
   let list = app.state.list.slice(0)

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác