diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-14 11:19:29 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-14 11:19:29 +0100 |
commit | 3382e58cb68d321339135965b8e1a2087a992b14 (patch) | |
tree | 4dc295a30bd9add5989fbc6b11b9e5574c272354 /src/web/js | |
parent | problem with Alembic fixed... (diff) | |
download | newspipe-3382e58cb68d321339135965b8e1a2087a992b14.tar.gz newspipe-3382e58cb68d321339135965b8e1a2087a992b14.tar.bz2 newspipe-3382e58cb68d321339135965b8e1a2087a992b14.zip |
Major changes to the right panel.
Diffstat (limited to 'src/web/js')
-rw-r--r-- | src/web/js/components/RightPanel.react.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js index 7af0aa75..39b06f38 100644 --- a/src/web/js/components/RightPanel.react.js +++ b/src/web/js/components/RightPanel.react.js @@ -317,6 +317,8 @@ var Feed = React.createClass({ <dd><JarrTime stamp={this.props.obj.last_stamp} text={this.props.obj.last_retrieved} /> </dd> + <dt>Number of articles</dt> + <dd>{this.props.obj.nb_articles}</dd> </dl> {this.getErrorFields()} {this.getCategorySelect()} |