Skip to content
  • This project
    • Loading...
  • Sign in

Дмитрий Корытько / hware

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hardwareconfig
  • ..
  • model
  • Dns.js
  • root's avatar
    save · fa2a6557
    fa2a6557
    root authored 2015-06-17 18:16:03 +0400
Dns.js 226 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ext.define('App.model.Dns', {
    extend : 'Ext.data.Model',
    
    fields : [{
    				name:'id',
    				type:'int'
    		  },
              {
            	  name:'dns',
            	  type:'string'
              }]
});