You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/06/22 10:18:39 UTC

[GitHub] [couchdb-fauxton] garrensmith commented on a change in pull request #1317: Add extension point for database size

garrensmith commented on a change in pull request #1317:
URL: https://github.com/apache/couchdb-fauxton/pull/1317#discussion_r656081292



##########
File path: app/addons/databases/stores.js
##########
@@ -112,8 +112,15 @@ const DatabasesStoreConstructor = FauxtonAPI.Store.extend({
     if (!details) {
       return {};
     }
+
+    const sizeReporter = FauxtonAPI.getExtensions('DatabaseList:dbSizeReporter');

Review comment:
       This is a real nitpick but I think it should be `dbSizeReportFieldName` or `dbSizeReporterName`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org