Selaa lähdekoodia

- updates endpoint list image

Dorin Paslaru 8 vuotta sitten
vanhempi
sitoutus
fe15a3e1d9

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
src/components/EndpointList/EndpointList.scss


+ 5 - 5
src/components/ReplicaList/ReplicaList.js

@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
-import React, {PropTypes} from 'react';
+import React, { PropTypes } from 'react';
 import Reflux from 'reflux';
 import Reflux from 'reflux';
 import withStyles from 'isomorphic-style-loader/lib/withStyles';
 import withStyles from 'isomorphic-style-loader/lib/withStyles';
 import Location from '../../core/Location';
 import Location from '../../core/Location';
@@ -36,10 +36,10 @@ const filters = [
   {
   {
     field: "status",
     field: "status",
     options: [
     options: [
-      {value: null, label: "All"},
-      {value: "RUNNING", label: "Running"},
-      {value: "ERROR", label: "Error"},
-      {value: "COMPLETED", label: "Completed"}
+      { value: null, label: "All" },
+      { value: "RUNNING", label: "Running" },
+      { value: "ERROR", label: "Error" },
+      { value: "COMPLETED", label: "Completed" }
     ]
     ]
   }
   }
 ]
 ]

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä