Sfoglia il codice sorgente

Add additional record types for creation

Thomas Dy 10 anni fa
parent
commit
2ba2473ede
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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});