SusiDNS: Add export button

This commit is contained in:
zzz
2015-05-03 13:21:16 +00:00
parent a14208b841
commit 1eba6c5167
7 changed files with 46 additions and 3 deletions

View File

@ -290,6 +290,11 @@ public abstract class NamingService {
Map<String, String> entries = getBase64Entries(options);
out.write("# Address book: ");
out.write(getName());
if (options != null) {
String list = options.getProperty("list");
if (list != null)
out.write(" (" + list + ')');
}
out.write('\n');
int sz = entries.size();
if (sz <= 0) {