aboutsummaryrefslogtreecommitdiff
path: root/src/web/js/components/RightPanel.react.js
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-14 11:19:29 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-14 11:19:29 +0100
commit3382e58cb68d321339135965b8e1a2087a992b14 (patch)
tree4dc295a30bd9add5989fbc6b11b9e5574c272354 /src/web/js/components/RightPanel.react.js
parentproblem with Alembic fixed... (diff)
downloadnewspipe-3382e58cb68d321339135965b8e1a2087a992b14.tar.gz
newspipe-3382e58cb68d321339135965b8e1a2087a992b14.tar.bz2
newspipe-3382e58cb68d321339135965b8e1a2087a992b14.zip
Major changes to the right panel.
Diffstat (limited to 'src/web/js/components/RightPanel.react.js')
-rw-r--r--src/web/js/components/RightPanel.react.js2
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()}
bgstack15