ソースを参照

add HELIOS repots

Joystream Stats 3 年 前
コミット
bdb2323140
1 ファイル変更8 行追加2 行削除
  1. 8 2
      src/components/Storage/index.tsx

+ 8 - 2
src/components/Storage/index.tsx

@@ -108,7 +108,7 @@ class Storage extends React.Component<IProps, IState> {
     this.setAssetStatus(asset, provider, "loading");
   }
   testFinished() {
-    // TODO
+    console.log(`test finished`);
   }
 
   handleChange(e) {
@@ -138,7 +138,12 @@ class Storage extends React.Component<IProps, IState> {
           <div />
         )}
 
-        <h3>Ranking</h3>
+        <ul>
+          <li>
+            <a href="/static/helios">HELIOS reports</a>
+          </li>
+        </ul>
+
         {showTest ? (
           <Test
             handleChange={this.handleChange}
@@ -160,6 +165,7 @@ class Storage extends React.Component<IProps, IState> {
           </Button>
         )}
 
+        <h3>Ranking</h3>
         <div className="d-flex flex-wrap ">
           {Object.keys(speeds).map((location) => (
             <Ranking