From cad7bf27f571edf169568db28c51175f68cf3b21 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 25 Oct 2016 16:45:33 +0200 Subject: Updated some glyphicons. --- src/web/js/components/RightPanel.react.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/js') diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js index f424064a..ba842ce5 100644 --- a/src/web/js/components/RightPanel.react.js +++ b/src/web/js/components/RightPanel.react.js @@ -73,9 +73,9 @@ var PanelMixin = { items.push(
{this.props.obj[field.key]}
); } else if(field.type == 'bool') { if(this.props.obj[field.key]) { - items.push(
); + items.push(
); } else { - items.push(
); + items.push(
); } } else if (field.type == 'link') { items.push(
-- cgit