浏览代码

Add additional record types for creation

Thomas Dy 10 年之前
父节点
当前提交
2ba2473ede
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/RecordList.jsx

+ 1 - 1
lib/ui/RecordList.jsx

@@ -23,7 +23,7 @@ var RecordCreate = React.createClass({
   getInitialState: function() {
     return {saving: false};
   },
-  types: ['A', 'AAAA', 'CNAME'],
+  types: ['A', 'AAAA', 'CNAME', 'LOC', 'NS', 'SPF', 'TXT'],
   finishSave: function(promise) {
     promise.then(function() {
       this.setState({saving: false});