function actionsFormatter()

in app/scripts/views/mainPage/flowsTable.js [171:178]


                function actionsFormatter(cellvalue, options, rowObject) {
                    if (rowObject && rowObject.actions) {
                        return rowObject.actions.join();
                    }

                    return "";

                }